-
Notifications
You must be signed in to change notification settings - Fork 329
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
Support "ls" command and endpoint definitions #63
Comments
I like the My original idea for |
I was actually thinking more along the lines of treating the api as a file structure and using http://website.com/ http://website.com> ls
about users status
http://website.com> cd users
http://website.com/users> ls
{uid} admin
http://website.com/users> ls ..
about users status |
This feature has been added in v0.10.0, which is only available in paid subscription for now. See http://http-prompt.com/early-access for more info. |
I decided to remove the paid subscription, so this feature is publicly available now in v0.10.0. |
I've been using this program for a few days now and overall I love it. I'm using it to test endpoints while developing my API.
One issue I have however is that whenever I type
cd
, my muscle memory kicks in and I immediately follow with anls
out of habit. It's always a little disappointing when this doesn't work :( I was thinking of ways to solve this, and it would be great if I could pass in my endpoint definition file alaThis would enable http-prompt to do a bunch of smart things like suggest endpoints when I type
ls
or autocomplete parameter names. Could also add ahelp
command to view the documentation for any given endpoint. There are a couple of widely used spec formats, with Swagger probably being the most popularhttp://nordicapis.com/top-specification-formats-for-rest-apis/
The text was updated successfully, but these errors were encountered: