GitHub
-
Import/clone
GitHub_HTTPsource from the Connectors library application.-
GitHub supports REST API with Basic and OAuth authentication. The
GitHub_HTTPsource comes preconfigured for basic authentication. Create Personal Access Token following instructions: https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token . In theGithub_HTTPsource enter your user name and the personal access token. -
The Connectors library application contains examples on how to list repositories in the GitHub scenario. You can modify these examples to call any other API call supported by GitHub REST API: https://docs.github.com/en/rest
-
Last updated on