1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

[bd] API 1.4.7

又一款API

  1. 版本更新

    admin
    • now support XenForo 1.5.0 features: content tagging, 2fa
    • added `user_last_seen_date` for GET `/users`
    • added `user_fields` for GET `/users` (deprecated `user_custom_fields`)
    • added `permissions.edit_title` for GET `/threads`
    • added `last_post` for GET `/threads`
    • added POST `/search/indexing`
    • added `locale` parameter
    • added `order`=`natural_reverse` for GET `/conversation-messages`
    • added support for pages
    • added support for thread poll
    • added support for user...
  2. 版本更新

    admin
    Mostly bug fixes.
  3. 版本更新

    admin
    • supported latest OAuth 2.0 rfc with new grant types: implicit, client credentials and jwt bearer
    • added demo client for first time installation
    • added security feature: restrict access (AdminCP option)
    • added security feature: white listed domains for client
    • added pubsubhubbub support: user data, alerts and posts
    • added GET /navigation
    • added GET /users/find
    • added PUT /users/:userId
    • added POST /oauth/token/admin
    • added support for social login
    • added support...
  4. 版本更新

    admin
    1.0 (23-05-2013)
    1.0/1 added GET /posts/:postId/likes to get like, POST to like, DELETE to unlike
    1.0/2 added common parameters `fields_include`, `fields_exclude` to filter data
    1.0/3 added `attachments` to post data, POST /threads/attachment and POST /posts/attachment to upload attachment to thread or post
    1.0/4 added common parameter `order` to.. order
    1.0/5 added logging
    1.0/6 added POST /users to create new user
    1.0/7 added POST /users/:userId/avatar to upload avatar, DELETE...