Kylart
0728e03f33
Update actually is a PUT method ( #1680 )
...
User actually is a GET method
2017-10-18 06:02:37 +02:00
akuma06
2dc84d03ca
Fix for api ( #1676 )
...
To change the apidoc, you need to:
* change one file controllers/api/api.go
* then run the command `apidoc -i controllers/api/ -o apidoc/`
2017-10-16 19:33:14 +10:00
Kylart
353c69cf08
Corrected wrong method on profile ( #1674 )
2017-10-16 10:56:26 +02:00
akuma06
69123d53a9
Updated APIdoc + New API endpoint for user profile
...
Now you can access a user __public__ profile by querying the api endpoint /profile?id=USERID
2017-07-22 17:21:14 +02:00
akuma06
83f730dbf2
Fix #1251 by implementing the page parameter in the url.
...
Now /p/xx works but also ?page=xx in api search/index
2017-07-20 23:06:20 +02:00
akuma06
d423468491
Update api to 1.1.0
2017-07-20 20:55:28 +02:00
akuma06
105bbbd181
API Documentation ( #1131 )
...
* API documentation
Using apiDocjs to generate it.
When updating API, you should back up all old comments of the api in _apidoc.json under the History comment
* Update rss handler
* API documentation done
2017-07-09 22:53:52 +10:00