* Read User Me * Get current user. * @returns UserPublic Successful Response * @throws ApiError
()
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected