Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Stacky API 1.1 版。如此棒的 API,但我不确定如何获得用户徽章。有方法GetTagsByUser但没有关联GetBadgesByUser。是否有我遗漏的东西,或者它还不是 API 的一部分?
GetTagsByUser
GetBadgesByUser
该方法是GetUserBadges。
IEnumerable<Badge> GetUserBadges(int userId)
我想它可以称为 GetBadgesByUser 或其他名称。我绝对总是愿意接受有关图书馆的反馈。谢谢!