* * @param {*} [options] Override http request option. * @throws {RequiredError}
(options?: AxiosRequestConfig)
| 10632 | * @throws {RequiredError} |
| 10633 | */ |
| 10634 | async githubCallback(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> { |
| 10635 | const localVarAxiosArgs = await localVarAxiosParamCreator.githubCallback(options); |
| 10636 | return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); |
| 10637 | }, |
| 10638 | /** |
| 10639 | * |
| 10640 | * @param {*} [options] Override http request option. |
nothing calls this directly
no test coverage detected