# Functions
The GitHub App credentials used to connect to GitHub.
The GitHub Base API URL.
Enable `insecure` mode for testing purposes.
Number of times to retry a request after receiving an error status codeDefaults to 3.
The GitHub organization name to manage.
The GitHub owner name to manage.
Allow the provider to make parallel API calls to GitHub.
Amount of time in milliseconds to sleep in between non-write requests to GitHub API.
Allow the provider to retry after receiving an error status code, the maxRetries should be set for this to workDefaults to [500, 502, 503, 504].
Amount of time in milliseconds to sleep in between requests to GitHub API after an error response.
The OAuth token used to connect to GitHub.
Amount of time in milliseconds to sleep in between writes to GitHub API.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
AppAuthInput is an input type that accepts AppAuthArgs and AppAuthOutput values.