Future<http.Response> get(String urlPart) async { return http.get(Uri.dataFromString(baseUrl.combine('/', urlPart))); }