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

API Improvements #32609

Open
2 of 6 tasks
Tracked by #35144
feanil opened this issue Jun 29, 2023 · 0 comments
Open
2 of 6 tasks
Tracked by #35144

API Improvements #32609

feanil opened this issue Jun 29, 2023 · 0 comments

Comments

@feanil
Copy link
Contributor

feanil commented Jun 29, 2023

Context

The edx-platform repo already generates API documentation via make api-docs. This will generate new API docs at
docs/api/_build/html/index.html

  • These docs aren't published anywhere.
  • APIs that impact just the calling user and APIs for manipulating the system are intermingled.
  • To generate the API docs, the following tools are used:

Open API and drf-yasg

  • drf-yasg only supports Open API 2.0 and has no plans for supporting Open API 3.0
  • Some teams are already using drf-spectactular to replace drf-yasg.
  • drf-spectactular supports Open API 3.0

Tasks

Tasks

  1. feanil
  2. 22 of 45
    epic
    awais786
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

1 participant