"As a Contributor, I want to get a count of my own contributions, to know how much work I've done for the project."
GET /user/{name}/contributions/count
GET /me/contributions/count
Count of contributions by a given user with username name.
The synonym /me/contributions/count can be used to get the count of the current logged-in user's contributions.
{name} is the user name.
Request body: none
Notable request headers: none
Status:
200 - OK
401 - not authenticated; only used for the /me synonym
404 – no such user
Notable response headers: none
Body: JSON, an object with the following fields:
count: total number of contributions by the user