We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa12d3 commit 76bb923Copy full SHA for 76bb923
hypixel-api-core/src/main/java/net/hypixel/api/HypixelAPI.java
@@ -157,14 +157,6 @@ public CompletableFuture<GuildReply> getGuildById(String id) {
157
);
158
}
159
160
- /**
161
- * @deprecated Endpoint is deprecated and will be removed on 14th August 2023.
162
- */
163
- @Deprecated
164
- public CompletableFuture<KeyReply> getKey() {
165
- return get(true, KeyReply.class, "key");
166
- }
167
-
168
public CompletableFuture<CountsReply> getCounts() {
169
return get(true, CountsReply.class, "counts");
170
0 commit comments