MCPcopy Index your code
hub / github.com/rolling-scopes/rsschool-app / githubLogin

Function githubLogin

client/src/api/api.ts:10643–10646  ·  view source on GitHub ↗

* * @param {*} [options] Override http request option. * @throws {RequiredError}

(options?: AxiosRequestConfig)

Source from the content-addressed store, hash-verified

10641 * @throws {RequiredError}
10642 */
10643 async githubLogin(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
10644 const localVarAxiosArgs = await localVarAxiosParamCreator.githubLogin(options);
10645 return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
10646 },
10647 /**
10648 *
10649 * @param {*} [options] Override http request option.

Callers

nothing calls this directly

Calls 2

createRequestFunctionFunction · 0.90
githubLoginMethod · 0.45

Tested by

no test coverage detected