Future<dynamic> get(String url) async { final response = await client.getRequest(url); return jsonDecode(response.body); }