Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

add health/node/<node> endpoint#56

Merged
cablehead merged 1 commit into
python-consul:masterfrom
imgix:health_node_endpoint
Jun 19, 2015
Merged

add health/node/<node> endpoint#56
cablehead merged 1 commit into
python-consul:masterfrom
imgix:health_node_endpoint

Conversation

@davidbirdsong
Copy link
Copy Markdown
Contributor

covers half of #53

@cablehead
Copy link
Copy Markdown
Collaborator

Just checking, what happens if you make the call for a node that doesn't exist?

@davidbirdsong
Copy link
Copy Markdown
Contributor Author

Looks ok:

>>> c.health.node('foo')
('4327740', [])
>>> c.health.node('bar')
('4327740', [])
>>> c.health.node(None)
('4327740', [])

@cablehead
Copy link
Copy Markdown
Collaborator

sweet!

cablehead added a commit that referenced this pull request Jun 19, 2015
add health/node/<node> endpoint
@cablehead cablehead merged commit cb0ac73 into python-consul:master Jun 19, 2015
@cablehead
Copy link
Copy Markdown
Collaborator

Pushed up to Pypi as v0.4.1

mbrulatout referenced this pull request in criteo/py-consul Aug 28, 2023
add health/node/<node> endpoint
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants