Resource icon

REST API Extension Kit 1.2

No permission to download

kolakube

Well-known member
kolakube submitted a new resource:

REST API Extensions Kit - Adds additional endpoints and forum data to your website's REST API.

New Scopes:
  1. apikit_user_group:read - Makes the new user-groups endpoint accessible
  2. apikit_thread_prefix:read - Makes the new thread-prefixes endpoint accessible

New Endpoints:
  1. user-groups - List of XF Usergroups:
    PHP:
    Array(
        [0] => stdClass Object
            (...

Read more about this resource...
 
Last edited:
Wondering if this can be used to expose moderation endpoint. Oddly you can delete stuff but not put it in moderation?
 
Wondering if this can be used to expose moderation endpoint. Oddly you can delete stuff but not put it in moderation?
I don't think I've seen a moderation endpoint, care to expand?

This addon is actually very simple and mostly just takes lists of data from the XF finder and makes it readable over the API.
 
Back
Top Bottom