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.
When visiting a user's profile, the current Counts object gives you:
Following
Followers
Posts
Stars
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.
When visiting a user's profile, the current Counts object gives you:
Following
Followers
Posts
Stars
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?