49    static std::string get_cmr_search_endpoint_url();
 
   50    static std::string find_get_data_url_in_granules_umm_json_v1_4(
const std::string &rest_path,
 
   51                                                                   rapidjson::Document &cmr_granule_response);
 
   52    static std::string build_cmr_query_url(
const std::string &restified_path);
 
   53    static std::string build_cmr_query_url_old_rpath_format(
const std::string &restified_path);
 
   55    friend class NgapApiTest;
 
   60    NgapApi(
const NgapApi &other) = 
delete;
 
   61    NgapApi &operator=(
const NgapApi &other) = 
delete;