Ecwid/consul-api

QueryParams should support recursive parameter

DanielYWoo opened this issue · 0 comments

To delete a key and all subkeys, we need recurse parameter. see https://www.consul.io/api-docs/kv

recurse (bool: false) - Specifies to delete all keys which have the specified prefix. Without this, only a key with an exact match will be deleted.