-
Notifications
You must be signed in to change notification settings - Fork 26
Description
There are still a couple endpoints left that Orca has yet to cover, as outlined by the Discord Roadmap.
The following files are meant for wrapping endpoints: discord-application-command.c discord-audit-log.c discord-channel.c discord-emoji.c discord-guild.c discord-interaction.c discord-invite.c discord-user.c discord-voice.c discord-webhook.c
If an endpoint requires additional parameters (JSON, Query, ...), then you will need to generate a special struct for holding those parameters, for that purpose please refer to Orca Specs to learn how to write specs for generating the structure.
Once an endpoint has been wrapped, make sure to have its function definition added to discord.h. It should be placed in the same listing order as Discord Roadmap, and should be properly documented with doxygen syntax (again, use the surrounding code as a guide).