REST API Extension Kit by kolakube

Free REST API Extension Kit by kolakube 1.2

Download REST API Extension Kit by kolakube Xenforo Addon For free from XenBD
Compatible XF Versions
  1. 2.3
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:
    You must log in to view
    (10 lines)
  2. thread-prefixes - List of Thread Prefixes:
    PHP:
    You must log in to view
    (16 lines)

New Parameters:
  1. /threads/

    (bool) most_replies - List threads (sitewide) that have been replied to within the last 30 days, sorted by reply count.

    (bool) most_viewed - List most viewed threads (sitewide).

    Return: List of Thread[] Object(s).

  2. /users/ - Can now return list of users by usergroup and/or secondary usergroup(s).

    (int) user_group_id - Enter ID of usergroup to search users by.

    (array) secondary_group_ids - Enter ID(s) of secondary usergroup(s) to search by.

    Return: List of User[] Objects.
Similar resources Most view View more
Back
Top