Skip to content

Commit b20d501

Browse files
Move to transports and allow developers to implement their own HTTP Clients (#399)
* Just a start/idea of what we have in mind for 4.0. All subject to change. * Add HTTPQueryParams for some cleaner handling over an array * Add a README.md here and remove PlayerCountReply.java * Add ApacheHTTPClient to Example * checkReply return the same type * Add comment for issue 249 * Tweak doc * Some more tweaks towards javadocs etc * Move SkyBlockBazaarReply to use longs instead of ints Fixes #274 * Fix Bazaar Example * Add a comment about the recent change to the name endpoint * Make member static * Add REPLAY and SMP GameType * Readme * Some tweaks, API Key is now passed and only handdled by the HTTP Client * Move a lot of things * Readme changes * Readme changes * Update README.md * update license time * Remove these, will make sure its all on the main docs * Example link * tweaks * Tweak * Link direct to README.md * Tweak examples * New exceptions and rename some stuff * Add getSkyBlockProfiles method * Add ServerType along with LobbyType * Add a comment * Back to Hypixel example * Add User Agent * Be consistent * Include versions in Readme * Remove skyblock profiles cause another PR has it
1 parent f95d381 commit b20d501

File tree

78 files changed

+964
-578
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+964
-578
lines changed

Example/src/main/java/net/hypixel/example/GameCountsExample.java

Lines changed: 0 additions & 8 deletions
This file was deleted.

Example/src/main/java/net/hypixel/example/WatchdogStatsExample.java

Lines changed: 0 additions & 8 deletions
This file was deleted.

Example/src/main/java/net/hypixel/example/skyblock/GetBazaarExample.java

Lines changed: 0 additions & 10 deletions
This file was deleted.

Java/pom.xml

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)