Skip to content

Commit 76bb923

Browse files
committed
Remove HypixelAPI#getKey
1 parent 5aa12d3 commit 76bb923

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

hypixel-api-core/src/main/java/net/hypixel/api/HypixelAPI.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,6 @@ public CompletableFuture<GuildReply> getGuildById(String id) {
157157
);
158158
}
159159

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-
168160
public CompletableFuture<CountsReply> getCounts() {
169161
return get(true, CountsReply.class, "counts");
170162
}

0 commit comments

Comments
 (0)