Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Collaborators > List repository collaborators operation to the OOTB GitHub Connector #2025

Closed
wollefitz opened this issue Feb 26, 2024 · 0 comments · Fixed by #2057
Closed
Assignees
Labels
kind:enhancement New feature or request scope:github

Comments

@wollefitz
Copy link
Member

Is your feature request related to a problem? Please describe.

If I want to receive a list of GitHub repository collaborators within my C8 process, I have to manually put in all necessary data using the REST Connector to call https://docs.github.com/en/rest/collaborators/collaborators?apiVersion=2022-11-28#list-repository-collaborators. This is quite error-prone since I have to know all necessary headers and define the request body correctly.

Describe the solution you'd like

Using the GitHub connector, I would like to have the option to get repository collaborators.
I would want to input as little data as possible and as much custom data as required.

Describe alternatives you've considered

Use the REST Connector and define my own template once I figured out all the necessary headers and how to define the body correctly.

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:enhancement New feature or request scope:github
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant