mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-18 16:14:27 -04:00
@@ -62,6 +62,17 @@ resource('/users/@me', {
|
||||
`),
|
||||
...await noContent("Succesfully changed user object.")
|
||||
}
|
||||
),
|
||||
get: routeAuthenticated(
|
||||
"Fetch Self",
|
||||
"Retrieve your user information.",
|
||||
{
|
||||
...userParams,
|
||||
...await success(
|
||||
"User information.",
|
||||
ref("User")
|
||||
)
|
||||
}
|
||||
)
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user