MCPcopy Index your code
hub / github.com/freeCodeCamp/freeCodeCamp / postUserToken

Function postUserToken

client/src/utils/ajax.ts:364–366  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

362}
363
364export function postUserToken(): Promise<ResponseWithData<void>> {
365 return post('/user/user-token', {});
366}
367
368export function postMsUsername(body: {
369 msTranscriptUrl: string;

Callers 1

generateUserTokenFunction · 0.90

Calls 1

postFunction · 0.70

Tested by

no test coverage detected