openfun / jitsi-magnify

An authentication and room management system for Jitsi built with Django/React
MIT License
23 stars 6 forks source link

✨(swagger) add swagger view #23

Closed DarkPitoune closed 2 years ago

DarkPitoune commented 2 years ago

This is important before defining any view. Back end dev can now begin !

Purpose

This is a resolution for #17, it is of great help for the front end. The PR includes a quick fix of a misleading URL in Django Settings that went undetected so far.

Proposal

The swagger is served at /api/swagger. It automaticaly parses any view that extends APIView. It is required.