{
	"info": {
		"_postman_id": "b0bde550-91ba-44b4-9ad8-86071cef4519",
		"name": "Nöbetçi Eczane",
		"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-b0bde550-91ba-44b4-9ad8-86071cef4519?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/pharmacies-on-duty/cities",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"pharmacies-on-duty",
						"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/pharmacies-on-duty/cities?city=ankara",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"pharmacies-on-duty",
						"cities"
					],
					"query": [
						{
							"key": "city",
							"value": "ankara"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Tüm Eczaneleri Listeleme",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/pharmacies-on-duty/all",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"pharmacies-on-duty",
						"all"
					]
				}
			},
			"response": []
		},
		{
			"name": "Şehirdeki Nöbetçi Eczaneler",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/pharmacies-on-duty?city=istanbul",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"pharmacies-on-duty"
					],
					"query": [
						{
							"key": "city",
							"value": "istanbul"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Eczane ID ile Sorgulama",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/pharmacies-on-duty?detailsID=1234",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"pharmacies-on-duty"
					],
					"query": [
						{
							"key": "detailsID",
							"value": "1234"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "İlçedeki Nöbetçi Eczaneler",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/pharmacies-on-duty?city=izmir&district=konak",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"pharmacies-on-duty"
					],
					"query": [
						{
							"key": "city",
							"value": "izmir"
						},
						{
							"key": "district",
							"value": "konak"
						}
					]
				}
			},
			"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/pharmacies-on-duty/locations?latitude=38.432561&longitude=27.143503",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"pharmacies-on-duty",
						"locations"
					],
					"query": [
						{
							"key": "latitude",
							"value": "38.432561"
						},
						{
							"key": "longitude",
							"value": "27.143503"
						}
					]
				}
			},
			"response": []
		}
	]
}