So, Elgg "provides a powerful framework for building web services. This allows developers to expose functionality to other web sites and desktop applications" (http://docs.elgg.org/wiki/Web_Services)
Good.
But as far I can see theres no actual RESTful API.
system.api.list returns 2 results: "auth.gettoken" and.. "system.api.list".
Is this right? Every people who wats to use REST api with Elgg have to write his own version?
I've searched on this site and on google, and no clue about this....
Oh, and btw, I can't find the plugin "called apiadmin that creates [api] keys for you" on the Elgg plugin repository...
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.
- Cash@costelloc

Cash - 0 likes
- Fabrix Xm@openid_525307

Fabrix Xm - 0 likes
You must log in to post replies.Right now, it is just a framework - as described. Elgg 1.8 could likely include a sample implementation on top of the framework.
The apiadmin plugin is in the svn repository: http://trac.elgg.org/browser/plugins/branches/1.7/apiadmin
Thanks :)