You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue will act as the roadmap for the library going forward. The final goal is to achieve what was specified in #12 . This will be done in several step detailed below.
This will allow to better understand where the library development is going, what are the priority and what one can work on.
It will be completed and evolves over time. This is a general roadmap, but the projects will be there to add more details and specifications for the different implementations or specific tasks.
Initial tasks
REST handler - working implementation for REST handler: a basic standalone class that allow to do request discord and covers the whole REST API. Handles endpoints and global ratelimits (in memory).
Gateway handler - working implementation of Discord Gateway: a basic standalone class that opens a websocket connection to discord and keeps it open, emit one node event per events received from discord
Structures - Basic class implementation for every Discord structures. (use discord casing, least amount of abstraction, no link between classes)
The text was updated successfully, but these errors were encountered:
Just to make this clear - we will get these 2 initial tasks done first.
After that we will come up with a basic design/documentation so we have something to work with.
Roadmap
This issue will act as the roadmap for the library going forward. The final goal is to achieve what was specified in #12 . This will be done in several step detailed below.
This will allow to better understand where the library development is going, what are the priority and what one can work on.
It will be completed and evolves over time. This is a general roadmap, but the projects will be there to add more details and specifications for the different implementations or specific tasks.
Initial tasks
The text was updated successfully, but these errors were encountered: