You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In /get_friends API endpoint, we get details of friends along with a field groups which only contains groud_id 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.
The text was updated successfully, but these errors were encountered:
In
/get_friends
API endpoint, we get details of friends along with a field groups which only contains groud_id 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.The text was updated successfully, but these errors were encountered: