Chang-Hung Liang
Chang-Hung Liang
@jkbrzt I did a grep over my codebase. These are what I found: ```py # http_prompt/cli.py from httpie.plugins import FormatterPlugin # just to avoid cyclic import, not really used from...
@fogine sorry for late reply. Please see my feedback as follows. > Make use of `$host` & `$basePath` swagger root properties. I thought about letting users read environment variables in...
@branquito @my-flow the `basePath` issue has been fixed in v0.11.2.
Currently this is not possible. Backquote substitution only works with shell commands. But it's a nice suggestion, we can put this in the roadmap. Thanks!
Sending binary data isn't supported currently but will be added in the future. Related: #75.
Cool idea. Someone else actually suggested me to have shell command integration so you can do something like: ``` > "Authorization:Basic `cat ~/.apiauths | grep JIRA`" ``` Integrating Python syntax...
For now, you can export HTTPie command using the `httpie` command: ``` > httpie post http POST http://localhost ``` cURL is on the roadmap. I also consider adding raw format.
This feature should be a subset of #75.
Thank you for reporting the bug. Can you provide the sample source code of the node server that can reproduce the bug? `{type: 1}` probably comes from the previous session...
@jhurliman sorry, no. I don't spend time maintaining vcli anymore as I no longer use it that often.