Skip to content

Multiple GroupV2 Query Problems. #124

Closed
@nine13tech

Description

@nine13tech

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}/

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions