Optional
accessOptional
apiThe API endpoint URL of the GitHub instance. To be used when you are not targeting github.com, e.g. a GitHub Enterprise instance.
Optional
baseThe base URL of the GitHub instance. To be used when you are not targeting github.com, e.g. a GitHub Enterprise instance.
Optional
branchOptional
ignoreOptional
ignoreOptional
maxThe maximum number of concurrent calls that can be made. Defaults to 2.
Optional
maxThe maximum number of retries that can be made for a single call, with an exponential backoff between each attempt. Defaults to 2.
Optional
processSet to true to recursively process submodules. Is only effective, when recursive=true.
Optional
recursiveOptional
unknownOptional
verboseGenerated using TypeDoc
An interface that represents the parameters for the GithubRepoLoader class. It extends the AsyncCallerParams interface and adds additional properties specific to the GitHub repository loader.