-
Notifications
You must be signed in to change notification settings - Fork 2
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
Ideas for the HTTP API engine improvments #5
Comments
It looks a bit complicated to me. :) Here's my list of endpoints:
|
Thanks for the feedback @ynnt Well, if you want to get the host names that are on the list when you really use the api as an api you need to have an endpoint to list them so you need to add Plus, having the hostname directly on the root of the api will be way harder to code especially if you want to evolve the api, so I wouldn't use Also if you're looking for just a short list of checks available (if you have a ton of them), instead of having to use jq or a script to get the list, it might be handy to have just the list in 1 call hence the usage of
I also like a lot your idea of |
the http api engine
The text was updated successfully, but these errors were encountered: