Readonly
ERR_Readonly
ERR_Protected
Readonly
baseProtected
doProtected
doProtected
doLinks an account to a discord id.
The LinkAccountToDiscordIdRequest
to send
null
if successful, error message if not
Links an account to a google id.
The LinkAccountToGoogledIdRequest
to send
null
if successful, error message if not
Search an account.
The SearchAccountRequest
to send
an array of SearchAccountResponse
and error. Both can be undefined
Protected
toHelper to transform data to URLSearchParams
Any key with a value of undefined
will be ignored.
Any key with a value of null
will be included.
the data to transform to URLSearchParams
a URLSearchParams representaton of data
Unlinks an account from a discord id.
The UnlinkAccountFromDiscordIdRequest
to send
null
if successful, error message if not
Unlinks an account from a google id.
The UnlinkAccountFromGoogledIdRequest
to send
null
if successful, error message if not
A generic request helper.