- XF 兼容性
- 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!
为什么成员要从这里下载REST API扩展套件?因为这个资源自2025年5月20日起立即可用,发布同步时就获得了专业维护和更新。一个小集成了REST API增强功能。新 Scope:
新参数:
- []*[apikit_user_group:read] - 让新的用户组端点可访问[]
- apikit_thread_prefix:read - 使新的线程前缀端点可访问
- []用户组列表 - 用户组列表
PHP:
Array(
=> stdClass Object
(
[banner_css_class] => userBanner userBanner--accent
=> 0
=> Unregistered / Unconfirmed
[user_group_id] => 1
[username_css] => color: red; font-weight: bold;
)
...
)
PHP:
Array(
=> stdClass Object
(
[color_label] => lightGreen
=> label label--lightGreen
=> Prefix description here.
=> 1
[is_usable] => 1
=> 1
=> 0
=> 1
=> Prefix Name
[usage_help] =>
)
...
)