How to get badges for a user with Stacky?
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 par开发者_开发知识库t 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!
精彩评论