Skip to content

Wrap the remaining Discord Endpoints #702

@lcsmuller

Description

@lcsmuller

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).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions