REST API Extension Kit

REST API Extension Kit 1.2

没有下载权限
XF 兼容性
  1. 2.3.x
摘要
Unlock enhanced REST API features with our new Extension Kit, now available. Access new endpoints like user-groups and threads, plus manage user groups more efficiently through updated parameters. Enhance your site's functionality today!

Why do members want to download REST API Extension Kit from here? Because this resource was immediately available as of 2025-05-20, It received professional maintenance and updates when it was released synchronously on NullPro.
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] => Unregistered / Unconfirmed
            [user_group_id] => 1
            [username_css] => color: red; font-weight: bold;
        )
    ...
)
PHP:
Array(
    [0] => stdClass Object
        (
            [color_label] => lightGreen
            [css_class] => label label--lightGreen
            [description] => Prefix description here.
            [display_order] => 1
            [is_usable] => 1
            [materialized_order] => 1
            [prefix_group_id] => 0
            [prefix_id] => 1
            [title] => Prefix Name
            [usage_help] =>
        )
    ...
)

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.
作者
axtona
浏览
192
扩展类型
zip
文件大小
15.1 KB
首次发布
上次更新
评分 0.00 星 0 个评分
链接失效了吗? 发送消息 给 NP 团队,我们会尽快为您处理!
支持开发者 如果您对测试满意或项目已成功盈利,可点击「更多信息」按钮,通过购买来支持开发者!

来自 axtona 的更多资源

高级交通统计:从洞察到主动防御 A
一个综合且视觉吸引的交通计数器与统计小部件。
 核心库 A
核心库 2.1.0
一个可以在所有XenGenTr插件、主题或产品中协同工作的插件

相似的资源

[01] Restrict Browsing For Unverified Email Users A
Restrict Community Browsing for users with unverified email addresses
浏览
290
已更新
[AndyB] Country restricted page A
Allows page access only to countries specified in options page.
浏览
438
已更新
[AndyB] Disallowed extensions A
Disallows selected attachment file extensions in posts.
浏览
401
已更新
返回
顶部