Uri u(String path, [Map<String, String>? params]) => Uri.parse('$baseUrl$path').replace(queryParameters: params ?? {});