Closed
Description
As I work through the GroupV2 endpoints, I am finding that I have to rewrite the generated resource path from this:
resource_path = '/GroupV2/{groupId}/AdminsAndFounder/'.replace('{format}', 'json')
to this:
resource_path = '/GroupV2/' + str(group_id) + '/AdminsAndFounder/?currentPage=' + str(currentpage)
After that change the generated endpoints work as advertized. This is an expansion to issue 102:
#102
Known Endpoints Thus Far (I will add to the list as a cycle through):
- /GroupV2/{groupId}/AdminsAndFounder/
- /GroupV2/{groupId}/Edit/
- /GroupV2/{groupId}/Banned/
- /GroupV2/{groupId}/
- /GroupV2/Name/{groupName}/{groupType}/