zaida04 / guilded.js

A library for creating bots with the guilded.gg bot API.
https://guilded.js.org
MIT License
69 stars 15 forks source link

feat: rsvp many endpoint to support batch rsvp invites #225

Closed AusKarlos87 closed 1 year ago

AusKarlos87 commented 1 year ago

Please describe the changes this PR makes and why it should be merged:

Adds the Calendar Rsvp endpoint to submit batch rsvp invites by supplying a userId array and a status string. The endpoint from Guilded does not return a response, but rsvps are automatically picked up and cached (if enabled) via the calendarEventRsvp websocket event.

Semantic versioning classification:

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: 2ff321e90a061b7a5c13649fcedc8d0aa828bd35

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 6 packages | Name | Type | | ------------------------------ | ----- | | @guildedjs/guilded-api-typings | Patch | | guilded.js | Patch | | @guildedjs/rest | Patch | | @guildedjs/ws | Patch | | @guildedjs/gil | Patch | | @guildedjs/proxy-service | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR