You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you, this is useful. Comparing to https://github.com/nicwest/vim-http, it seems that Restman supports more than one HTTP request by jumping in-between the -- markers and restricts to Curl output (no meta data)?
The text was updated successfully, but these errors were encountered:
Yes I am able to use all the API verbs, GET, POST, PATCH etc. etc.
Just move the cursor within the -- markers to run that specific call.
If you take a peek at the autoload folder in the repo you will see i've commented out all the echom statements where I was logging out everything. The original output had more sections like request headers, response headers etc.
Would a flag you could add to your vim config work? I can add that to my todo list.
Thank you, this is useful. Comparing to https://github.com/nicwest/vim-http, it seems that Restman supports more than one HTTP request by jumping in-between the
--
markers and restricts to Curl output (no meta data)?The text was updated successfully, but these errors were encountered: