Uri getUrl(String path, {Map<String, String> params = const {}}) => Uri.parse("$baseUrl/$path").replace( queryParameters: {...params, "apiKey": apiKey}, );