如何使用 Stacky 为用户获取徽章?

发布于 2024-10-19 00:00:01 字数 147 浏览 2 评论 0原文

我正在使用 Stacky API 版本 1.1。如此棒的 AP​​I,但我不知道如何获得用户徽章。有一个方法 GetTagsByUser 但未关联 GetBadgesByUser。是我遗漏了什么,还是它还不是 API 的一部分?

I'm using the Stacky API version 1.1. Such an awesome API but I'm not sure how to get a users badges. There is a method GetTagsByUser but not associated GetBadgesByUser. Is there something I'm missing or is it just not a part of the API yet?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

々眼睛长脚气 2024-10-26 00:00:01

该方法是GetUserBadges

IEnumerable<Badge> GetUserBadges(int userId)

我想它可能被称为 GetBadgesByUser 或其他名称。我绝对乐于接受有关图书馆的反馈。谢谢!

The method is GetUserBadges.

IEnumerable<Badge> GetUserBadges(int userId)

I guess it could be called GetBadgesByUser or something else. I am definitely always open to feedback about the library. Thanks!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文