Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation mistake in request handling #1254

Closed
fhaase2 opened this issue Jun 16, 2020 · 2 comments
Closed

Documentation mistake in request handling #1254

fhaase2 opened this issue Jun 16, 2020 · 2 comments

Comments

@fhaase2
Copy link

fhaase2 commented Jun 16, 2020

Description

https://connexion.readthedocs.io/en/latest/request.html

For overwriting the uri parser, in the documentation it is stated:

options = {'uri_parsing_class': Swagger2URIParser}

Expected behaviour

It must be options = {'uri_parser_class': Swagger2URIParser}
https://github.com/zalando/connexion/blob/bed4b95205205861bd6014282d0f61d50231d3ac/connexion/options.py#L125-L131

Actual behaviour

It is options = {'uri_parser_class': Swagger2URIParser}

Steps to reproduce

Additional info:

Output of the commands:

  • python --version
  • pip show connexion | grep "^Version\:"
@aminalaee
Copy link
Contributor

aminalaee commented Jul 8, 2021

@RobbeSneyders This is fixed and can be closed

@RobbeSneyders
Copy link
Member

Thx @aminalaee!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants