/Etcd.jl

A Julia etcd client

Primary LanguageJuliaOtherNOASSERTION

Etcd.jl

stable latest Build Status codecov

A Julia Etcd client for the etcd-v2 REST api.

NOTE: Responses from the etcd server containing valid json are parsed into julia Dicts and Arrays, while a String representation is returned for all other successful HTTP requests. For a detailed summary of the etcd responses please review the etcd api documentation.