NIAEFEUP / feup-exchange-backend

MIT License
3 stars 0 forks source link

Added code for Swagger + Redoc documentation #16

Open EduRibeiro00 opened 3 years ago

EduRibeiro00 commented 3 years ago

Added the drf-yasg package, which allows the use of decorators like @swagger_auto_schema to provide documentation for a particular endpoint, for the request parameters and the response bodies.

Two new endpoints were introduced:

Closes #14.