Hi all,
I'm new to this community and recently started exploring about Elgg. Can anyone please point me to a tutorial kind of thing to use the Restful API. the documentation that i could find on the site is really very abstract.
Thanks
Raja
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.
- Brett@brett.profitt

Brett - 0 likes
- Raja@rajasharan

Raja - 0 likes
- Brett@brett.profitt

Brett - 0 likes
You must log in to post replies.Did you look at this? http://docs.elgg.org/wiki/REST_API and http://elggnews.com/pg/blog/cash/read/120/new-and-improved-web-services-api-in-elgg-17
These are fairly inclusive for anything you might want to do...the rest is just your imagination :)
hey Brett
thanks for your reply. the blog post was indeed instructive, but I've one more thing to ask. I got the concept of exposing functions, but where exactly should those .php files be saved in the file system, and what other preparations i need to make before being able to use the api.
thanks
Just put the functions in your start.php file or a file included by it...