-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node info endpoint #237
Comments
For rest this is for native you should be able to use |
Feel free to look into a pull request for both. Like everywhere else, we should return immutable Clojure maps and not Java objects ;) |
For those reading this, I use the following function with the REST api:
|
Hi I came to this issue looking for my first beginner clojure issue to solve but I think this has already been solved here right? #68 shouldn't this be closed? or if there is still some work left with this issue, let me know I would like to take a crack at it. |
I do not see in the docs (and a quick code scan), a request to get the following request from ES :
http://localhost:9200/
It is easy enough to do myself but I thought this could be included in elastisch.
The text was updated successfully, but these errors were encountered: