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.81

Published by hjacobs over 8 years ago

  • #198: allow disabling swagger.json
  • #187: global response definitions
  • #186: better error handling for response validation
connexion - 1.0.76

Published by hjacobs over 8 years ago

  • #160: Only support valid OpenAPI/Swagger 2.0 specifications
  • #104: type casting in path parameters
  • documentation
  • code cleanup
connexion - 1.0.67

Published by hjacobs over 8 years ago

  • #155: improve error handling (e.g. import errors for referenced operations)
connexion - 1.0.61

Published by hjacobs over 8 years ago

  • #152: support parameters in path level
connexion - 1.0.58

Published by hjacobs over 8 years ago

  • #146: use TOKENINFO_URL env var instead of HTTP_TOKENINFO_URL
connexion - 1.0.57

Published by hjacobs over 8 years ago

  • #143: add option to authenticate even when the path is not found
  • #145: support setting headers on 204 response status code
connexion - 1.0.54

Published by hjacobs over 8 years ago

  • #139: fix boolean query parameters (e.g. "False" should evaluate to False)
connexion - 1.0.53

Published by hjacobs over 8 years ago

  • #126: added support for circular references and additionalProperties
connexion - 1.0.52

Published by hjacobs over 8 years ago

  • #137: allow using flask.redirect() as response
  • #136: fix parameter validation
connexion - 1.0.50

Published by hjacobs over 8 years ago

  • #132: pass formData parameters as keyword arguments to handler function
connexion - 1.0.49

Published by hjacobs over 8 years ago

  • #127: fix "native" JSON booleans as default values in Swagger YAML
connexion - 1.0.38

Published by hjacobs over 8 years ago

  • #110: Update swagger-ui and disable online validator
connexion - 1.0.37

Published by hjacobs almost 9 years ago

  • #121: fix bug in RestyResolver
connexion - 1.0.33

Published by hjacobs almost 9 years ago

  • #118: support resolving $ref schema references in items and object properties
connexion - 1.0.31

Published by hjacobs almost 9 years ago

  • #117: support for default fields in operation parameters
connexion - 1.0.29

Published by hjacobs almost 9 years ago

  • #116: allow uppercase True/False for boolean query parameters
connexion - 1.0.28

Published by hjacobs almost 9 years ago

  • #108: use JSON Schema to validate requests
connexion - 1.0.26

Published by hjacobs almost 9 years ago

  • RestyResolver: minor fix to convert dashes to underscores
connexion - 1.0.25

Published by hjacobs almost 9 years ago

  • #104: support type casting for int and float path parameters
  • #107: pluggable controller resolution with optional "RESTy" semantics
connexion - 1.0.22

Published by hjacobs almost 9 years ago

  • #101: support operationIds pointing to instance, class or static methods
Package Rankings
Top 5.25% on Alpine-edge
Top 0.63% on Pypi.org
Top 9.67% on Conda-forge.org