# XML-RPC API

本文档列出了所有 Tapatalk for Simple Machines Forum 2.0.* 插件 v4.5.7 中已实现的 API。

本文档尚不完善,目前仅包含从 References 复制过来的内容。

# Important Notice

With Tapatalk no longer updating their API documentation, shutting down their developer support forums and killing other third-party Tapatalk clients through their lawyers, I do not feel like continuing Forum Browser development is worth the effort.

-- Forum Browser for Ubuntu using the Tapatalk API, https://github.com/nikwen/forum-app

# TODO

  • 根据实现校对文档
  • 补充调用示例

# 在实现中存在但缺少文档的API

  • authorize_user

  • get_bookmarked_topic

    怀疑是 get_subscribed_topic 的类似方法

  • create_topic

    使用了与 new_topic 共同的实现,但是支持的参数数量不同。可能是旧版的 API 命名。

  • reply_topic

    使用了与 reply_post 共同的实现,但是支持的参数数量不同。可能是旧版的 API 命名。

  • bookmark_topic

    怀疑是 subscribe_topic 的类似方法

  • unbookmark_topic

    怀疑是 unsubscribe_topic 的类似方法

  • attach_image

  • login_user

  • update_push_status

    可能和 Tapatalk 的推送服务有关

  • prefetch_account

    看起来可能和 Tapatalk 账户服务的 forget_password API有关

  • activate_account