connexion

Connexion is a modern Python web framework that makes spec-first and api-first development easy.

APACHE-2.0 License

Downloads
26.1M
Stars
4.4K
Committers
217

Bot releases are hidden (Show)

connexion - 0.8.4

Published by hjacobs about 9 years ago

  • Add marker object "NoContent" to return empty response instead of annoying "null" (JSON serialization of Python None)
connexion - 0.8.1

Published by hjacobs about 9 years ago

  • Add JSON serialization for UTC datetime objects
connexion - 0.8

Published by jmcs about 9 years ago

  • Python 2.7 and PyPy support
  • Allow single routes
  • More details on error
connexion - 0.7.5

Published by hjacobs about 9 years ago

  • Fix date-time parsing
connexion - 0.7.2

Published by hjacobs over 9 years ago

  • Return more detailed errors when validation fails
  • Validate "date-time" Swagger format
connexion - 0.7.1

Published by hjacobs over 9 years ago

Bugfix release:

  • allow using paths with hyphens
connexion - 0.7

Published by jmcs over 9 years ago

  • Request schema validation
  • Easy development process by ignoring some errors
connexion - 0.6

Published by jmcs over 9 years ago

  • Better handling of responses with HTTP status 204 (No Content);
  • Better logging with extra parameters on logging;
  • Swagger UI is now optional;
connexion - 0.5.1

Published by jmcs over 9 years ago

Fix bug where global produces and security objects where removed after the first endpoint.

connexion - 0.5

Published by jmcs over 9 years ago

  • New jsonfier that allows the serialization of more objects (for example lists);
  • Connexion will now set the content-type from the specification if the application doesn't do it explicitly.
  • Support application/problem+json errors.
connexion - 0.4.2

Published by jmcs over 9 years ago

Connexion will now use the certifi ca bundle when verifying oauth tokens.

connexion - 0.4.1

Published by jmcs over 9 years ago

Fixed bad bug when parsing security objects in swagger specs.

connexion - 0.4

Published by jmcs over 9 years ago

Support dashes in the url routes.

connexion - 0.3.1

Published by jmcs over 9 years ago

connexion - 0.3

Published by jmcs over 9 years ago

Support parametrization with Jinja2.

connexion - 0.2

Published by jmcs over 9 years ago

Exposed more flask functions:

  • abort
  • send_file
  • send_from_directory
  • render_template
  • render_template_string
  • url_for
connexion - 0.1

Published by jmcs over 9 years ago

Initial Release

Package Rankings
Top 5.25% on Alpine-edge
Top 0.63% on Pypi.org
Top 9.67% on Conda-forge.org