I am trying to access the apis which is availble from the local.hangover.io/api-docs but i am not able to find some apis , like for discussion and course videos, can anyone pls help me
Hi @venkatsai1234,
You are correct that the Swagger API yaml document is not inclusive or is missing required fields. I’ve had to go directly to the source code to find undocumented API endpoints or missing parameters.
- This file looks like the REST API for the discussions: edx-platform/views.py at master · openedx/edx-platform · GitHub
- Most of the djangoapps should include the API references.
- I don’t know where the video API is. Maybe someone else can point you in the correct direction.
I hope this helps!
1 Like