MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / readUserMe

Method readUserMe

frontend/src/client/sdk.gen.ts:478–483  ·  view source on GitHub ↗

* Read User Me * Get current user. * @returns UserPublic Successful Response * @throws ApiError

()

Source from the content-addressed store, hash-verified

476 * @throws ApiError
477 */
478 public static readUserMe(): CancelablePromise<UsersReadUserMeResponse> {
479 return __request(OpenAPI, {
480 method: 'GET',
481 url: '/api/v1/users/me',
482 })
483 }
484
485 /**
486 * Register User

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected