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

Function createActivity

client/src/api/api.ts:10031–10034  ·  view source on GitHub ↗

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

(createActivityDto: CreateActivityDto, options?: AxiosRequestConfig)

Source from the content-addressed store, hash-verified

10029 * @throws {RequiredError}
10030 */
10031 async createActivity(createActivityDto: CreateActivityDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ActivityDto>> {
10032 const localVarAxiosArgs = await localVarAxiosParamCreator.createActivity(createActivityDto, options);
10033 return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
10034 },
10035 /**
10036 *
10037 * @param {CreateActivityWebhookDto} createActivityWebhookDto

Callers

nothing calls this directly

Calls 2

createRequestFunctionFunction · 0.90
createActivityMethod · 0.45

Tested by

no test coverage detected