dev-master
9999999-dev http://hypejunction.comProvides adapters and endpoints for exporting entities and lists
GPL-2.0
The Requires
- php >=5.5
- composer/installers ~1.0
by Ismayil Khayredinov
plugin api json elgg data source
Provides adapters and endpoints for exporting entities and lists
, (*1)
/resources/data/
in json
viewtype/data/members?query=Name&sort=alpha::asc
)/data/list?types=object&subtypes=blog&metadata[status]=published&query=foo&sort=time_created::asc
)/data/entity
/data/list
/data/members
/data/user/friends
/data/user/friends_of
Note that /data
endpoints can only be accessed using elgg/Ajax
module. Endpoints are protected, and will only be accessible from the page that was generated for current session. That means your data will be safe from mining., (*2)
You can use adapter:entity
,$entity_type:$entity_subtype
or more generic adapter:entity
,$entity_type
hook to add more export data for an entity., (*3)
Provides adapters and endpoints for exporting entities and lists
GPL-2.0
plugin api json elgg data source