Adds documentation for the external API (#441)

Documents all the endpoints that can be used to retrieve data from
the API without authenticating.

Authentication and manipulating data with the API is not documented.
This commit is contained in:
Richard Zetterberg
2017-04-01 11:20:49 +02:00
committed by Domen Kožar
parent 90870f1416
commit 3e0ee24b87
2 changed files with 339 additions and 0 deletions

View File

@ -63,6 +63,7 @@
<xi:include href="introduction.xml" />
<xi:include href="installation.xml" />
<xi:include href="projects.xml" />
<xi:include href="api.xml" />
<xi:include href="hacking.xml" />