# Client.hpp

This File On Github
Ask A Question

API: latest
module: oatpp-consul
#include "oatpp-consul/rest/Client.hpp"

# Client

oatpp::consul::rest::Client provides consul rest API calls for Simple and Async oatpp API.
For more convenient methods see oatpp::consul::Client.
See Rest Client full declaration on github: rest/Client.hpp;

namespace oatpp { namespace consul { namespace rest { 
  class Client : public oatpp::web::client::ApiClient {}
}}}