#include <rest_helper.h>
Definition at line 45 of file rest_helper.h.
rc_rest_api::RestHelper::RestHelper |
( |
const std::string & |
host, |
|
|
const std::string & |
node_name, |
|
|
int |
timeout |
|
) |
| |
std::tuple< size_t, size_t, size_t > rc_rest_api::RestHelper::getImageVersion |
( |
| ) |
|
json rc_rest_api::RestHelper::getParameters |
( |
| ) |
|
json rc_rest_api::RestHelper::servicePutRequest |
( |
const std::string & |
service_name | ) |
|
json rc_rest_api::RestHelper::servicePutRequest |
( |
const std::string & |
service_name, |
|
|
const json & |
js_args |
|
) |
| |
json rc_rest_api::RestHelper::setParameters |
( |
const json & |
js_params | ) |
|
const std::string rc_rest_api::RestHelper::host_ |
|
private |
const std::string rc_rest_api::RestHelper::params_url_ |
|
private |
const std::string rc_rest_api::RestHelper::services_url_ |
|
private |
const int rc_rest_api::RestHelper::timeout_curl_ |
|
private |
const std::string rc_rest_api::RestHelper::version_url_ |
|
private |
The documentation for this class was generated from the following files: