olp-cpp-sdk
1.21.0
|
This is the complete list of members for olp::client::OlpClient, including all inherited members.
CallApi(const std::string &path, const std::string &method, const ParametersType &query_params, const ParametersType &header_params, const ParametersType &form_params, const RequestBodyType &post_body, const std::string &content_type, const NetworkAsyncCallback &callback) const | olp::client::OlpClient | |
CallApi(std::string path, std::string method, ParametersType query_params, ParametersType header_params, ParametersType form_params, RequestBodyType post_body, std::string content_type, CancellationContext context) const | olp::client::OlpClient | |
CallApiStream(std::string path, std::string method, ParametersType query_params, ParametersType header_params, http::Network::DataCallback data_callback, RequestBodyType post_body, std::string content_type, CancellationContext context) const | olp::client::OlpClient | |
GetBaseUrl() const | olp::client::OlpClient | |
GetMutableDefaultHeaders() | olp::client::OlpClient | |
GetSettings() const | olp::client::OlpClient | |
OlpClient() (defined in olp::client::OlpClient) | olp::client::OlpClient | |
OlpClient(const OlpClientSettings &settings, std::string base_url) | olp::client::OlpClient | |
OlpClient(const OlpClient &) | olp::client::OlpClient | |
OlpClient(OlpClient &&) noexcept | olp::client::OlpClient | |
operator=(const OlpClient &) | olp::client::OlpClient | |
operator=(OlpClient &&) noexcept | olp::client::OlpClient | |
ParametersType typedef | olp::client::OlpClient | |
RequestBodyType typedef | olp::client::OlpClient | |
SetBaseUrl(const std::string &base_url) | olp::client::OlpClient | |
~OlpClient() (defined in olp::client::OlpClient) | olp::client::OlpClient | virtual |