mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 21:29:16 +02:00
Fix #178: Foundations for API documentation with Swagger
This commit is contained in:
parent
c4777532eb
commit
56d9c5873c
3 changed files with 8 additions and 0 deletions
1
changes/changelog.d/178.doc
Normal file
1
changes/changelog.d/178.doc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Foundations for API documentation with Swagger (#178)
|
6
docs/api.rst
Normal file
6
docs/api.rst
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
Funkwhale API
|
||||||
|
=============
|
||||||
|
|
||||||
|
Funkwhale API is still a work in progress and should not be considered as
|
||||||
|
stable. We offer an `interactive documentation using swagger </swagger/>`_
|
||||||
|
were you can browse available endpoints and try the API.
|
|
@ -16,6 +16,7 @@ Funkwhale is a self-hosted, modern free and open-source music server, heavily in
|
||||||
configuration
|
configuration
|
||||||
importing-music
|
importing-music
|
||||||
federation
|
federation
|
||||||
|
api
|
||||||
upgrading
|
upgrading
|
||||||
changelog
|
changelog
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue