Closed chriptus13 closed 3 years ago
I think maybe the parameters Map should be Map<String, String>
?
I believe this is no longer needed with 4.0, please feel free to re-open and update if you believe it would still be useful but there is the new HTTPQueryParams object now.
Map<String, Object>
(as mentioned in the TODO atHypixelAPI
)HypixelAPI::get(String, Map<String, Object>)
to allow mergingget
andrequestResource
HypixelAPI::requestResource
,HypixelAPI::getResource(String)
now usesHypixelAPI::get(String)
(removed duplicated code for executor submission)