Question

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?

Était-ce utile?

La solution

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!

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top