All Downloads are FREE. Search and download functionalities are using the official Maven repository.

flaskConnexion.app.mustache Maven / Gradle / Ivy

There is a newer version: 3.0.0-rc1
Show newest version
#!/usr/bin/env python3

import connexion

if __name__ == '__main__':
    app = connexion.App(__name__, specification_dir='./swagger/')
    app.add_api('swagger.yaml', arguments={'title': '{{appDescription}}'})
    app.run(port={{serverPort}})




© 2015 - 2025 Weber Informatics LLC | Privacy Policy