splitwise / api-docs

API documentation for the Splitwise API.
http://dev.splitwise.com
29 stars 16 forks source link

Include Group name in Friend presenter #13

Open somendrameena opened 5 years ago

somendrameena commented 5 years ago

In /get_friends API endpoint, we get details of friends along with a field groups which only contains _groudid and balance. But, it should contain group name as well so that the user can see the list of groups with group names instead of group_id.

It will be helpful if the response is similar to that of /get_groups endpoint which contains members list with users name.