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