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 - 1.0.20

Published by hjacobs almost 9 years ago

  • #103: fix source distribution (.tar.gz) to include requirements.txt
connexion - 1.0.19

Published by hjacobs almost 9 years ago

  • #102: add support for extension properties in problem JSON responses
connexion - 1.0.9

Published by hjacobs almost 9 years ago

  • #94: support "x-swagger-router-controller" property
connexion - 1.0.8

Published by hjacobs almost 9 years ago

  • #96: fix swagger.json generation when mixing str/int dict keys
connexion - 1.0.5

Published by hjacobs almost 9 years ago

  • #90: fix handling of "array" query params (csv, pipes)
connexion - 0.13

Published by jmcs almost 9 years ago

  • #84 Option to validate the responses
  • #85 Allow adding headers to problem responses
  • #83 Saner log message severity on client side errors
connexion - 0.12.1

Published by hjacobs almost 9 years ago

  • #77: allow adding custom headers by returning a tuple with 3 elements
  • #79: return Api object from add_api call
  • Minor refactorings and added unit tests
connexion - 0.12.0

Published by jmcs about 9 years ago

  • #72 Allow passing options to the underlying server in app.run()
connexion - 0.11.3

Published by jmcs about 9 years ago

  • Fixed setting request.user when the token doesn't have uid scope
connexion - 0.11.2

Published by jmcs about 9 years ago

For authenticated endpoints connexion will add a user and token_info properties to connexion.request
containing the user name and the full token info of the request.

connexion - 0.11.1

Published by hjacobs about 9 years ago

  • #59 pass body and query parameters to handler function as keyword args
  • #67 fix JSON serialization for datetime objects with tzinfo
connexion - 0.10.2

Published by hjacobs about 9 years ago

  • #49: fix uWSGI response metrics for ZMON support
connexion - 0.10.1

Published by hjacobs about 9 years ago

  • Configurable HTTP_METRICS_PREFIX for ZMON support
connexion - 0.10

Published by hjacobs about 9 years ago

connexion - 0.9.4

Published by hjacobs about 9 years ago

  • Validate array parameters (respect collectionFormat)
  • Convert parameter type before running validators (allow using "minimum" on integer type query param)
connexion - 0.9.3

Published by jmcs about 9 years ago

  • Allow configurable path and URL for swagger-ui.
connexion - 0.9.1

Published by jmcs about 9 years ago

  • Basic parameter validation supporting integer, number and boolean query parameters, format and pattern.
connexion - 0.9.0

Published by hjacobs about 9 years ago

  • Remove tornado dependency
  • Use application/json response if "produces" is missing
connexion - 0.8.6

Published by hjacobs about 9 years ago

  • Serialize datetime.date objects to JSON
connexion - 0.8.5

Published by hjacobs about 9 years ago

  • Support $ref JSON references for parameters
Package Rankings
Top 5.25% on Alpine-edge
Top 0.63% on Pypi.org
Top 9.67% on Conda-forge.org