I want build android app. Elgg have restful API?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 0 likes
- Steve Clay@steve_clay
Steve Clay - 0 likes
You must log in to post replies.http://learn.elgg.org/en/3.x/guides/web-services.html https://github.com/Elgg/Elgg/tree/3.3/views/json
Add ?view=json to pretty much any URL. Like this one: https://elgg.org/discussion/view/3090686/restful-ready?view=json
The built-in Web Services system seems pretty crude, you might want to emulate browser fetch requests. E.g. this call fetches fresh CSRF tokens:
Or consider using something like https://github.com/hypeJunction/hypeGraph