zed icon indicating copy to clipboard operation
zed copied to clipboard

Add a curl-like command that uses the zed context

Open jzelinskie opened this issue 2 years ago • 0 comments

The idea is to add a command that's a low-level way to construct requests, but reusing the zed context.

An example of this functionality is this plugin for heroku:

heroku api PATCH /apps/myapp/config-vars --body '{"FOO": "bar"}'

Thanks to @marccampbell for the idea: https://twitter.com/mccode/status/1663615667034275840

jzelinskie avatar May 30 '23 18:05 jzelinskie