DaSHdotHub / PlanRoute

A tool where you can plan routes
0 stars 1 forks source link

User Story 4.2 - API Documentation #15

Closed DaSHdotHub closed 8 months ago

DaSHdotHub commented 9 months ago

As a developer, I want to document the API, so that it is easy for other developers to understand and use.

Acceptance Criteria:

DaSHdotHub commented 8 months ago

Implement swagger as described in https://django-rest-swagger.readthedocs.io/en/latest/

DaSHdotHub commented 8 months ago

django-rest-swagger deprecated Instead https://drf-yasg.readthedocs.io/en/stable/ was used.