Pregunta

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?

¿Fue útil?

Solución

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!

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top