cppDataPipeline 0.3.0
C++ Implementation of the FAIR Data Pipeline API
Loading...
Searching...
No Matches
FairDataPipeline::API Member List

This is the complete list of members for FairDataPipeline::API, including all inherited members.

append_with_forward_slash(std::string string)FairDataPipeline::APIstatic
construct(const std::string &url_root)FairDataPipeline::APIstatic
escape_space(std::string &str)FairDataPipeline::API
get_by_id(const std::string &table, int const &id, long expected_response=200, std::string token="")FairDataPipeline::API
get_by_json_query(const std::string &addr_path, Json::Value &query_data, long expected_response=200, std::string token="") (defined in FairDataPipeline::API)FairDataPipeline::API
get_request(const std::string &addr_path, long expected_response=200, std::string token="")FairDataPipeline::API
get_url_root() constFairDataPipeline::APIinline
json_to_query_string(Json::Value &json_value)FairDataPipeline::API
patch(const std::string addr_path, Json::Value &post_data, const std::string &token, long expected_response=200) (defined in FairDataPipeline::API)FairDataPipeline::API
post(const std::string addr_path, Json::Value &post_data, const std::string &token, long expected_response=201)FairDataPipeline::API
post_file_type(Json::Value &post_data, const std::string &token) (defined in FairDataPipeline::API)FairDataPipeline::API
post_storage_root(Json::Value &post_data, const std::string &token) (defined in FairDataPipeline::API)FairDataPipeline::API
remove_leading_forward_slash(std::string str)FairDataPipeline::APIstatic
sptr typedef (defined in FairDataPipeline::API)FairDataPipeline::API