Example flask application using Zalando's connexion and swagger
This application uses Zalando’s connexion to make a Flask web app based on
Swagger/OpenAPI .
url: https://github.com/zalando/connexion
Advantages:
Open UI for swagger
from the application root directory
docker run -d -p 8080:8080 connexionexampleapp
On linux application should be available on localhost
To use the api to detect ip address and return PM10 values
To pass ipv6 address as parameter to get corresponding PM10 values
http://localhost:8080/getpm10values/
example