REST Manager needed to execute request.
Delete a user's status, this includes the app's one.
User ID (@me can be used).
Get Application/Client Partial User (and sets Client#user if REST Mode is enabled).
Get a specified social link from the member, if member is connected to them through Guilded.
The ID of the guild the member is in.
The ID of the member to get their social link.
Name of a social media linked to this member.
Get a user.
If you'd like to get the App User, we recommend to use Client#user or request it using Misc#getAppUser.
The ID of the user to get.
Retrieve user's joined servers.
ID of the user. (@me
can be used to select your instance)
Create a URL Signature from a Guilded CDN URL. (RAW API RESPONSE)
Due to restrictions imposed by the Guilded API CDN, you are required to sign the file's CDN URL in order to access its content, and have to store it (within 5 minutes as the signed URL will expire) appropriately as you can only create a new signed URL of the same file each day.
More information about it on the Guilded API Documentation.
Note that TouchGuild doesn't provide a built-in handler for CDN assets.
Signature options
Change a user's status, this includes the app's one.
User ID (@me can be used).
Status options
Optional
content?: stringContent Format: status markdown
Optional
expiresAt?: stringExpires at Format: date-time
Miscellaneous routes.