JSON and YAML APIs on Google Cloud Engine. There are three examples in the respository. Each is self contained.
-
color-flasgger-yaml: This service shows how yaml is used to generate a swagger interface by simply adding documentation to the python functions.
-
direct-math-json: This service generates swagger UI from json. flask-restplus is used to generate the models and associated json .
-
endpoint-hello-yaml: This service is an endpoint for a hello service. It has a API Key requirement.