javadiscord / java-discord-api

A wrapper over the discord API to create bots using Java
GNU General Public License v3.0
7 stars 8 forks source link

Start implementing Discords REST API integration #21

Open surajkumar opened 5 months ago

surajkumar commented 5 months ago

As a developer I want to...

be able to make requests to Discords backend REST API

So that...

I can perform actions within discord using my discord bot

Context

We want to implement all the API integrations that discord provides. https://discord.com/developers/docs/reference Examples we have already done: https://github.com/javadiscord/java-discord-api/tree/main/src/main/java/com/javadiscord/jdi/internal/api/impl

Split into seperate tickets as needed.

Acceptance Criteria

WHEN an action is received that requires changing , updating or deleting something in discord THEN I should be able to make call Discords REST API to process that change

surajkumar commented 5 months ago

This issue has sub tasks in the Ready column that can be picked up. Consider this a parent ticket.