Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kadocolak/turkey-city-district-town-web-service
It shows all the cities in Turkey, the districts of the cities, the neighborhood-village data of the districts as both SOAP and JSON web services in relation to each other.
https://github.com/kadocolak/turkey-city-district-town-web-service
asmx-service asp-net-mvc c-sharp microsoft-sql-server rest-full-api
Last synced: about 1 month ago
JSON representation
It shows all the cities in Turkey, the districts of the cities, the neighborhood-village data of the districts as both SOAP and JSON web services in relation to each other.
- Host: GitHub
- URL: https://github.com/kadocolak/turkey-city-district-town-web-service
- Owner: kadocolak
- Created: 2022-06-03T20:55:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T22:12:34.000Z (over 2 years ago)
- Last Synced: 2024-10-12T22:41:51.642Z (3 months ago)
- Topics: asmx-service, asp-net-mvc, c-sharp, microsoft-sql-server, rest-full-api
- Language: C#
- Homepage:
- Size: 1.75 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Turkey city-district-town web service
# What will this do for me?
It will allow you to access all the cities in Turkey, the districts of the cities, the neighborhood-village data of the districts on any server, free of charge and without having to save them on your computer.
# How is the design of the project?
In short, divide - divide - rule. Data extraction operations are in a separate class structure. The word checks (are there any spaces, capitalize all etc..) are in a separate place, the model, that is, the database is in another folder..
# Are there any links I can access?
Of course.
ASMX Web Service;
-> https://api.kadircolak.com/Konum/SOAP/TurkeyLocation.asmx
JSON Web Service
-> https://api.kadircolak.com/Konum/JSON/API/DeveloperInfo (Developer user info)
-> https://api.kadircolak.com/Konum/JSON/API/ShowAllCity (Show all city)
-> https://api.kadircolak.com/Konum/JSON/API/ShowDistrict?plate=34 (All districts in Istanbul)
-> https://api.kadircolak.com/Konum/JSON/API/ShowTown?plate=34&district=BAŞAKŞEHİR (All neighborhoods and villages in Başakşehir district of Istanbul city)# How is the file location configuration?
localhost:3000/SOAP/TurkeyLocation.asmx
localhost:3000/JSON/API/ShowAllCity# Where can I access the project's data source?
It will be shared as a new repository on my Github profile.
# What are the technologies used?
-> Microsoft SQL Server
-> ASP.NET MVC
-> HTML - CSS - JS
-> ASMX Web Service
-> Rest Full Apı (JSON)