如何获取特定类别和特定标签的用户帖子?目前,似乎有 https://meta.discourse.org/topics/created-by/jomaxro.json,它会返回用户创建的所有帖子,以及 https://meta.discourse.org/user_actions.json?offset=0&username=jomaxro&filter=1,它会返回所有点赞……现在如何按类别和标签进行过滤?
提前感谢。
你好 @Noone
你可能在寻找搜索查询:
https://docs.discourse.org/#tag/Search/operation/search
我在 Support 和 css 标签下的帖子:
https://meta.discourse.org/search.json?expanded=true&q=%40canapin%20%23support%20%23css
我认为它将返回前 50 个结果。
谢谢,应该可以了。 没想到搜索。