You can add a new API either by importing an OpenAPI specification or by filling out the form manually.
https://<subdomain>.p.nadles.com/
Later, you can configure Nadles API Gateway to use a custom domain for your API, e.g. https://api.mydomain.com
. Learn more.Base URL + Endpoint URL
.
https://api.mydomain.com/weather-forecast/
https://api.mydomain.com/current-weather/
then https://api.mydomain.com/
is the base URL.https://<subdomain>.p.nadles.com/
Later, you can configure Nadles API Gateway to use a custom domain for your API, e.g. https://api.mydomain.com
Learn more
https://api.mydomain.com/weather-forecast/
https://api.mydomain.com/current-weather/
then https://api.mydomain.com
is the base URL and /weather-forecast/
and /current-weather/
are the endpoint URLs.GET /weather-forecast/{city}
In this case, you will be able to later configure Nadles API Gateway to limit access to weather forecast for certain cities or charge different price for different cities.