Ecwid / consul-api

Java client for Consul HTTP API
Apache License 2.0
416 stars 177 forks source link

Prepared queries #91

Closed asmanbrian closed 6 years ago

asmanbrian commented 7 years ago

Add support for the prepared queries API https://www.consul.io/docs/agent/http/query.html

benhass commented 6 years ago

Hey @vgv, is this on the roadmap? If not, would you accept a PR adding basic support for the GET /query/:uuid/execute endpoint? https://www.consul.io/api/query.html#execute-prepared-query

vgv commented 6 years ago

Hi @benhass

I plan to implement it in next couple of months. Sure, I will accept your PR if you want to do it by your own