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

Use Django Rest Framework's native implementation of OpenAPI schema #37

Closed
helrond opened this issue Aug 21, 2019 · 0 comments · Fixed by #40
Closed

Use Django Rest Framework's native implementation of OpenAPI schema #37

helrond opened this issue Aug 21, 2019 · 0 comments · Fixed by #40

Comments

@helrond
Copy link
Member

helrond commented Aug 21, 2019

Is your feature request related to a problem? Please describe.

As of version 3.10, Django Rest Framework now supports generation of OpenAPI schema. Using this built-in version would allow us to shed several dependencies, some of which are not well-maintained.

Describe the solution you'd like

Replace existing OpenAPI view and endpoint with DRF's implementation.

Additional context

See [https://github.com/RockefellerArchiveCenter/argo/blob/master/api_formatter/urls.py] for implementation of DRF OpenAPI schema.

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 a pull request may close this issue.

1 participant