Future<String> getLeaderboards() async { return new RequestBuilder(HypixelAPI.BASE +'leaderboards?key=${HypixelAPI.API_KEY}').get(); }