We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Askbot 官方有一个文档:https://askbot.org/doc/api.html
按照里面的说法,/api/v1/users?sort=reputation 应该会返回按照 karma 排序的用户信息。
例如:https://askbot.org/en/api/v1/users/?sort=reputation
可是本站的对应链接:https://boism.org/api/v1/users/?sort=reputation
却无法返回正确的用户。用户并不是按照 karma 排序的。是我搞错了什么么?还是本站的实现有问题?reputation 和 karma 是一个意思么?
The text was updated successfully, but these errors were encountered:
我猜没人改,因为现在还没到用api的时候,除非需要上多平台了。然而: 感觉浅乎活不了那么久 活了那么久的浅乎即使要上api,估计也会用按照RESTful风格重写这部分的。
Sorry, something went wrong.
也许是官方的实现问题呢
No branches or pull requests
Askbot 官方有一个文档:https://askbot.org/doc/api.html
按照里面的说法,/api/v1/users?sort=reputation 应该会返回按照 karma 排序的用户信息。
例如:https://askbot.org/en/api/v1/users/?sort=reputation
可是本站的对应链接:https://boism.org/api/v1/users/?sort=reputation
却无法返回正确的用户。用户并不是按照 karma 排序的。是我搞错了什么么?还是本站的实现有问题?reputation 和 karma 是一个意思么?
The text was updated successfully, but these errors were encountered: