INGInious icon indicating copy to clipboard operation
INGInious copied to clipboard

No RTD doc for the web API

Open GuillaumeDerval opened this issue 6 years ago • 1 comments

The API is well-defined in the code, but it would be nice to have it in ReadTheDocs. It would also allow us to add bits of useful information, such as the fact that #470 exists.

GuillaumeDerval avatar Nov 13 '19 12:11 GuillaumeDerval

I can recommend you to use the Open Api specification (aka OAS) for that purpose.

Two extensions already exist to convert OAS file into a page for RTD :

jy95 avatar Jan 11 '20 15:01 jy95