-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
Swagger (OpenAPI) schema contain wrong URLs #1616
Comments
The duplication of the |
Woah! That's great research, thank you! |
The `django-rest-framework`'s built-in support for OpenAPI schema generation has been deprecated (encode/django-rest-framework#8773). `drf-spectacular` is the recommended alternative, but CourtListener's schema has always been experimental. Moreover the current integration is crashing and has other bugs that prevent its effective use. Outright removal, rather than replacement is the best way forward. Fixes: freelawproject#3653, freelawproject#1616
The Swagger (OpenAPI) schema contain wrong URLs to the API.
For example: https://www.courtlistener.com/api/rest/v3/api/rest/{version}/dockets/
Step to reproduce:
The text was updated successfully, but these errors were encountered: