Skip to content

Commit

Permalink
feat(api): add /player endpoint
Browse files Browse the repository at this point in the history
that was exhausting! all top level non-tiered endpoints have been added. YAY
  • Loading branch information
zikeji committed Nov 7, 2020
1 parent f0917c5 commit b6dd8b9
Show file tree
Hide file tree
Showing 7 changed files with 4,030 additions and 20 deletions.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -51,6 +51,7 @@ const client = new Hypixel("API_KEY");
## Roadmap

- [x] Add rate limiting support
- [ ] Add cache support
- [ ] Add method, typing, testing, and documentation for:
- [x] Boosters
- [x] Find Guild
Expand All @@ -59,7 +60,7 @@ const client = new Hypixel("API_KEY");
- [x] Guild
- [x] Key
- [x] Leaderboards
- [ ] Player
- [x] Player
- [x] Player Count
- [x] Recent Games
- [ ] **Resources**
Expand All @@ -81,6 +82,8 @@ const client = new Hypixel("API_KEY");
- [ ] Bazaar
- [x] Status
- [x] Watchdog Stats
- [ ] Add extended documentation, and helpers for:
- [ ] Player endpoint, conversion of xp to levels and easily determining rank info

## Contributing
If some API result isn't documented / typed out fully, please open an issue and I can add it ASAP. Otherwise, pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Expand Down

0 comments on commit b6dd8b9

Please sign in to comment.