added missing doc

This commit is contained in:
Marc Wäckerlin
2015-11-09 22:34:15 +00:00
parent a37836766c
commit 4932c8f348
2 changed files with 19 additions and 2 deletions

View File

@@ -126,3 +126,22 @@
@endmsc
*/
/** @page api Server API Calls
@tableofcontents
List of server REST API calls. SafeChat server implement s REST
API, so that all API calls are in the following form, where
parameters and values are url encoded:
@code
https://safechat.ch/api-call.php?param1=value1&param2=value2[...]
@endcode
So for method get() a valid call could be:
@code
https://safechat.ch/get.php?start=100
@endcode
*/

View File

@@ -3,8 +3,6 @@
## 1 2 3 4 5 6 7 8
## 45678901234567890123456789012345678901234567890123456789012345678901234567890
#EXTRA_DIST = ${www_DATA}
wwwdir = ${pkgdatadir}/html
dist_www_DATA = index.html chat.html newuser.html safechat.js \
jquery.js openpgp.js jquery.cssemoticons.js \