{
	"info": {
		"_postman_id": "cf15cfc8-bf33-44c1-844f-05a9732beb77",
		"name": "Hastane Listesi",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "15223897",
		"_collection_link": "https://winter-shuttle-228164.postman.co/workspace/NosyAPI~d55cf5d0-398b-45bc-b421-a4600c6ead47/collection/15223897-cf15cfc8-bf33-44c1-844f-05a9732beb77?action=share&source=collection_link&creator=15223897"
	},
	"item": [
		{
			"name": "Şehirleri Listeleme",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/hospital/cities",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"hospital",
						"cities"
					]
				}
			},
			"response": []
		},
		{
			"name": "İlçeleri Listeleme",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/hospital/cities?city=ankara",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"hospital",
						"cities"
					],
					"query": [
						{
							"key": "city",
							"value": "ankara"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Şehirdeki Hastaneler",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/hospital",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"hospital"
					]
				}
			},
			"response": []
		},
		{
			"name": "İlçedeki Hastaneler",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/hospital?city=ankara&district=cankaya",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"hospital"
					],
					"query": [
						{
							"key": "city",
							"value": "ankara"
						},
						{
							"key": "district",
							"value": "cankaya"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "ID ile Sorgulama",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/hospital?detailsID=4512",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"hospital"
					],
					"query": [
						{
							"key": "detailsID",
							"value": "4512"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Konuma Göre Sorgulama",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/hospital/locations?latitude=38.432561&longitude=27.143503",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"hospital",
						"locations"
					],
					"query": [
						{
							"key": "latitude",
							"value": "38.432561"
						},
						{
							"key": "longitude",
							"value": "27.143503"
						}
					]
				}
			},
			"response": []
		}
	]
}
