Rest API for getting Turkey's Covid-19 data from the Official Government Web Site By Web Scraping
apiKey can be changed from application.properties file to increase your security for your custom needs, by default apiKey is like below,
apiKey: myCustomExtremelyLongButNotLongEnoughApiKeyForMaximumSecurity
Get All The Data Available:
Get Today's data if exists:
Get data for a specific date:
Body: { "date" : "20.10.2021" }
Spring Framework
Kotlin
Authorization -> Simple ApiKey
Ktor Client -> For External API calls
Build Tool -> Gradle
Server -> Tomcat
API Documentation -> Swagger