oliora / ppconsul

C++ client for Consul (http://consul.io)
Boost Software License 1.0
152 stars 57 forks source link

Add support for 'near' parameter for Catalog and Health query #57

Closed indev29 closed 3 years ago

indev29 commented 3 years ago

There is also a small fix for compilation error on Health::state call without headers.

ppconsul/health.h:127:35: error: ‘state’ cannot be used as a function 127 | return std::move(state(withHeaders, state, params...).data());

oliora commented 3 years ago

Thank you for your contribution!