This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Restructure Package Meta #68
Open
Description
This issue correlates with the similar project. Tasks include:
- Redesign the Custom Class to match up with the current design of API Classes
- Implement lightfetch for HTTPS fetching (Upgrade Fetching to HTTPS #67)
- Add helper functions to parse custom Objects to GraphQL querystrings
- Rewrite all API Classes to dogfood the new Custom Class
This will be released as 2.4.x, a minor version and beta releases will be made under 2.4.0-beta.x. As always, help is appreciated!
Edit: I thought a table documenting the current progress might be useful (to me).
Key:
- ✔️: Completed
- ❌: Not Started
- ✍️: In Progress
Class Name | Status |
---|---|
Board | ✔️ |
Comment | ✍️ |
Explore | ✔️ |
Leaderboard | ❌ |
Post | ❌ |
Repl | ❌ |
User | ❌ |
* Note: This chart discludes non-GraphQL related classes that won't be getting structural changes. The Login class has been (yet again) revamped in addition to usage of logged-in queries.