jrxFive / python-nomad

Client library Hashicorp Nomad
https://python-nomad.readthedocs.io/en/latest/
MIT License
139 stars 73 forks source link

Docs inconsistency with code #167

Open TrevorDecker opened 3 months ago

TrevorDecker commented 3 months ago

docs list a Health endpoint for `import nomad

my_nomad = nomad.Nomad(host='192.168.33.10')

r = my_nomad.agent.get_health()` https://python-nomad.readthedocs.io/en/latest/api/agent/

code does not have this function: https://github.com/jrxFive/python-nomad/blob/master/nomad/api/agent.py