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?

link|improve this question

63% accept rate
1  
The API provides a method /user/badges, so it is possible. I'm not sure if Stacky implemented it though. – jjnguy Feb 23 '11 at 13:30
feedback

1 Answer

up vote 2 down vote accepted

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!

link|improve this answer
Thanks lfoust. I see a few other bug fixes have been pushed this week. Thanks also for that :). – Ryan Tomlinson Feb 28 '11 at 20:47
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.