Static
channelsStatic
calendarThe endpoint for a calendar event on Guilded.
Routes.calendarEvent('abc', 123); // '/channels/abc/events/123'
The ID of the channel the calendar event belongs to.
The ID of the calendar event.
Static
calendarThe endpoint for a calendar event RSVP on Guilded.
The ID of the channel the calendar event belongs to.
The ID of the calendar event the RSVP belongs to.
The ID of the user the RSVP belongs to.
Static
calendarThe endpoint for calendar event RSVPs on Guilded.
https://www.guilded.gg/docs/api/calendarEvents/CalendarEventRsvpReadMany
The ID of the channel the calendar event belongs to.
The ID of the calendar event the RSVPs belong to.
Static
calendarThe endpoint for calendar events on Guilded.
Routes.calendarEvents('abc'); // '/channels/abc/events'
The ID of the channel the calendar events belongs to.
Static
channelThe endpoint for a channel on Guilded.
Routes.channel('abc'); // '/channels/abc'
The ID of the channel.
Static
docThe endpoint for a doc on Guilded.
Routes.doc('abc', 123); // '/channels/abc/docs/123'
The ID of the channel the doc belongs to.
The ID of the doc.
Static
docsStatic
forumThe endpoint for a forum topic.
Routes.forumTopic('abc', 123); // '/channels/abc/topics/123'
The ID of the channel the forum topic belongs to.
The ID of the forum topic.
Static
forumThe endpoint for a forum topic lock.
Routes.forumTopicLock('abc', 123); // '/channels/abc/topics/123/lock'
The ID of the channel the forum topic belongs to.
The ID of the forum topic.
Static
forumThe endpoint for a forum topic pin.
Routes.forumTopicPin('abc', 123); // '/channels/abc/topics/123/pin'
The ID of the channel the forum topic belongs to.
The ID of the forum topic.
Static
forumThe endpoint for forum topics.
Routes.forumTopics('abc'); // '/channels/abc/topics'
The ID of the channel the forum topics belongs to.
Static
groupThe endpoint for a group member on Guilded.
Routes.groupMember('abc', 'abc'); // '/groups/abc/members/abc'
The ID of the group the member belongs to.
The ID of the member.
Static
listThe endpoint for a list item on Guilded.
Routes.listItem('abc', 'abc'); // '/channels/abc/items/abc'
The ID of the channel the list item belongs to.
The ID of the list item.
Static
listThe endpoint for list item completions on Guilded.
Routes.listItemComplete('abc', 'abc'); // '/channels/abc/items/abc/complete'
The ID of the channel the list item belongs to.
The ID of the list item.
Static
listThe endpoint for list items on Guilded.
Routes.listItems('abc'); // '/channels/abc/items'
The ID of the channel the list items belongs to.
Static
messageThe endpoint for a message on Guilded.
Routes.message('abc', 'abc'); // '/channels/abc/messages/abc'
The ID of the channel the message belongs to.
The ID of the message.
Static
messagesThe endpoint for messages on Guilded.
Routes.messages('abc'); // '/channels/abc/messages'
The ID of the channel the messages belongs to.
Static
reactionThe endpoint for a content reaction on Guilded.
https://www.guilded.gg/docs/api/reactions/ContentReactionCreate
Routes.reaction('abc', 'abc', 123); // '/channels/abc/content/abc/emotes/123'
The ID of the channel the content belongs to.
The ID of the content.
The ID of the emote.
Static
serverThe endpoint for a server on Guilded.
https://www.guilded.gg/docs/api/servers/ServerRead
Routes.server('abc'); // '/servers/abc'
The ID of the server.
Static
serverThe endpoint for a server ban on Guilded.
Routes.serverBan('abc', 'abc'); // '/servers/abc/bans/abc'
The ID of the server the ban belongs to.
The ID of the ban.
Static
serverThe endpoint for server bans on Guilded.
https://www.guilded.gg/docs/api/member-bans/ServerMemberBanReadMany
Routes.serverBans('abc'); // '/servers/abc/bans'
The ID of the server the bans belong to.
Static
serverThe endpoint for a server member on Guilded.
Routes.serverMember('abc', 'abc'); // '/servers/abc/members/abc'
The ID of the server the member belongs to.
The ID of the member.
Static
serverThe endpoint for a server member role on Guilded.
Routes.serverMemberRole('abc', 'abc', 123); // '/servers/abc/members/abc/roles/123'
The ID of the server the member belongs to.
The ID of the member.
The ID of the role.
Static
serverThe endpoint for server member roles on Guilded.
https://www.guilded.gg/docs/api/roleMembership/RoleMembershipReadMany
Routes.serverMemberRoles('abc', 'abc'); // '/servers/abc/members/abc/roles'
The ID of the server the member belongs to.
The ID of the member.
Static
serverThe endpoint for server member XP on Guilded.
https://www.guilded.gg/docs/api/server-xp/ServerXpForUserCreate
Routes.serverMemberXp('abc', 'abc'); // '/servers/abc/members/abc/xp'
The ID of the server the member belongs to.
The ID of the member.
Static
serverThe endpoint for server members on Guilded.
https://www.guilded.gg/docs/api/members/ServerMemberReadMany
Routes.serverMembers('abc'); // '/servers/abc/members'
The ID of the server the members belong to.
Static
serverThe endpoint for a server nickname on Guilded.
Routes.serverNickname('abc', 'abc'); // '/servers/abc/members/abc/nickname'
The ID of the server the member belongs to.
The ID of the member.
Static
serverThe endpoint for server role XP on Guilded.
https://www.guilded.gg/docs/api/server-xp/ServerXpForRoleCreate
Routes.serverRoleXp('abc', 123); // '/servers/abc/roles/123/xp'
The ID of the server the role belongs to.
The ID of the role.
Static
socialThe endpoint for a server member social link on Guilded.
https://www.guilded.gg/docs/api/socialLinks/MemberSocialLinkRead
Routes.socialLink('abc', 'abc', 'youtube'); // '/servers/abc/members/abc/social-links/youtube'
The ID of the server the member belongs to.
The ID of the member.
The type of social link.
Static
webhookThe endpoint for a webhook on Guilded.
Routes.webhook('abc', 'abc'); // '/servers/abc/webhooks/abc'
The ID of the server the webhook belongs to.
The ID of the webhook.
Static
webhookThe endpoint for a webhook execution on Guilded.
Routes.webhookExecute('abc', 'abc'); // '/webhooks/abc/abc'
The ID of the webhook.
The ID of the webhook.
Static
webhooksThe endpoint for webhooks on Guilded.
Routes.webhooks('abc'); // '/servers/abc/webhooks'
The ID of the server the webhooks belongs to.
The REST API endpoints for Guilded.