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

openapi 3.0.0 improvements #125

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CastixGitHub
Copy link

openapi 3.0.0 improvements:

  • multipart/form-data request body printed
  • show security Autorization headers with a nice lock unicode.
  • print other request headers
  • show content-type headers

…d. - show security Autorization headers with a nice lock unicode. - print other request headers - show content-type headers
@sommerlilie
Copy link

Hey @CastixGitHub!

I would like to use your improvements in my project, but can't get it included in the conf.py properly.
Could you explain how to substitute the extension with your version?

Thank you in advance,
Sue

@CastixGitHub
Copy link
Author

hi @sommerlilie there's no need to tweak conf.py
just add 'sphinxcontrib.openapi', to the extensions.

did you set up the options from the rst source file?
eg:

.. openapi:: ../specs/main.yml
   :request:
   :group:
   :examples:

@CastixGitHub
Copy link
Author

also tell me if you need other authentication methods, i'll be happy to add them too

@stephenfin
Copy link
Member

@CastixGitHub would you be able to rebase this and resolve the conflicts? I'd be happy to get this merged for you.

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

Successfully merging this pull request may close these issues.

3 participants