appdotnet / api-spec

App.net API Documentation is on the web at https://developers.app.net. Source for these docs is in the new-docs branch here. Please use the issue tracker and submit pull requests! Help us build the real-time social service where users and developers come first, not advertisers.
https://developers.app.net
952 stars 99 forks source link

Add "Mentions" to a User's Counts object #350

Open bryanjclark opened 10 years ago

bryanjclark commented 10 years ago

When visiting a user's profile, the current Counts object gives you:

I'd like to have the number of Mentions also displayed in this list - here's why:

It's really common for client UI to display Posts, Mentions, and Stars next to each other, since they are lists of posts hanging off of a user's profile. Mentions is the only one of those that doesn't have a Count attached to it.

In the app I'm working on, we'd prefer the UI to have a Mentions count, so it sits nicely with the other attributes of the User profile, but the endpoint doesn't have it.

Any chance that could be added?