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