You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It's much easier to develop the frontend when we know how the API works. We have had problems of not knowing what to expect from the API and it led to developing the frontend for features we didn't actually have.
Describe the solution you'd like
Implement documentation for the API. Ideally with a self documenting API plugin on django
Describe alternatives you've considered
Writing the docs by hand.
Is your feature request related to a problem? Please describe.
It's much easier to develop the frontend when we know how the API works. We have had problems of not knowing what to expect from the API and it led to developing the frontend for features we didn't actually have.
Describe the solution you'd like
Implement documentation for the API. Ideally with a self documenting API plugin on django
Describe alternatives you've considered
Writing the docs by hand.
Additional context
N/A