WeAreFarmGeek / diplomat

A HTTP Ruby API for Consul
BSD 3-Clause "New" or "Revised" License
370 stars 116 forks source link

Fix raw data usage in kv #188

Closed tionebsalocin closed 5 years ago

tionebsalocin commented 5 years ago

As every data was converted to json, raw data usage was impossible

Reverting all json conversion to source function and remove systematic conversion.

Fixes: #187

Annih commented 5 years ago

Yep seems great :)