Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
REST API Extension Kit

REST API Extension Kit 1.2

No permission to download

mdandu

Well-known member
Staff member
Admin
Member
Joined
Nov 10, 2024
Messages
1,145
mdandu submitted a new resource:

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

A small collection of REST API enhancements.

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
        (
            [banner_css_class] => userBanner userBanner--accent
            [display_style_priority] => 0
            [title]...

Read more about this resource...
 
Back
Top