OptionalaccessOptionalapiThe API endpoint URL of the GitHub instance. To be used when you are not targeting github.com, e.g. a GitHub Enterprise instance.
OptionalbaseThe base URL of the GitHub instance. To be used when you are not targeting github.com, e.g. a GitHub Enterprise instance.
OptionalbranchOptionalignoreOptionalignoreOptionalmaxThe maximum number of concurrent calls that can be made. Defaults to 2.
OptionalmaxThe maximum number of retries that can be made for a single call, with an exponential backoff between each attempt. Defaults to 2.
OptionalonCustom handler to handle failed attempts. Takes the originally thrown error object as input, and should itself throw an error if the input error is not retryable.
OptionalprocessSet to true to recursively process submodules. Is only effective, when recursive=true.
OptionalrecursiveOptionalunknownOptionalverbose
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.