getByUuid method

Future<String> getByUuid (
  1. String uuid
)

Implementation

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