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