-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Breaking API ChangePR will require a bump to the major version num in next release. Look here to see the change(s).PR will require a bump to the major version num in next release. Look here to see the change(s).enhancementgood first issue
Description
ListIDPGroupsInOrganization
function that implements the /orgs/ORG/team-sync/groups
endpoint, doesn't have the parameter to pre-filter results:
q
stringFilters the results to return only those that begin with the value specified by this parameter. For example, a value of
ab
will return results that begin with "ab".
For organizations that have thousands of IdP groups, this makes using this function very slow. Please see integrations/terraform-provider-github#1809 for more context on how this affects the GitHub Terraform provider.
I'm requesting to add this parameter to the function to fully implement the API specification and enable downstream consumers.
Metadata
Metadata
Assignees
Labels
Breaking API ChangePR will require a bump to the major version num in next release. Look here to see the change(s).PR will require a bump to the major version num in next release. Look here to see the change(s).enhancementgood first issue