olp-cpp-sdk  1.18.1
olp::client::OlpClient Member List

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) constolp::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) constolp::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) constolp::client::OlpClient
GetBaseUrl() constolp::client::OlpClient
GetMutableDefaultHeaders()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 &&) noexceptolp::client::OlpClient
operator=(const OlpClient &)olp::client::OlpClient
operator=(OlpClient &&) noexceptolp::client::OlpClient
ParametersType typedefolp::client::OlpClient
RequestBodyType typedefolp::client::OlpClient
SetBaseUrl(const std::string &base_url)olp::client::OlpClient
SetSettings(const OlpClientSettings &settings)olp::client::OlpClient
~OlpClient() (defined in olp::client::OlpClient)olp::client::OlpClientvirtual