MartinsOnuoha / countriesNowAPI

CountriesNow is an Open source API for retrieving geo-information for countries, including their states, cities, population, etc. 🌎
http://countriesnow.space
MIT License
185 stars 59 forks source link

:sparkles: (Route: POST /api/v0.1/countries/*) Redirect POST to GET #96

Closed TimAagaard closed 2 years ago

TimAagaard commented 2 years ago

Redirect all POST routes for the API to GET routes by appending '/q' and a query string built from the POST request body.

Closes #93