Protected ReadonlybaseReadonlyERR_ReadonlyERR_ProtecteddoThe path to send the request to.
The request RequestInit | Configuration.
ProtecteddoSend a GET request.
The path to send the request to.
ProtecteddoSend a POST request.
THe path to send the request to.
OptionalbodyData: DThe body-data to send.
The data-type of the bodyData.
Links 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
ProtectedtoHelper 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.