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?

有帮助吗?

解决方案

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!

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top