This repository was archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Restructure Package Metaย #68
Copy link
Copy link
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.