Would be nice for interacting with APIs.
Something like:
{{httpRequest "GET" "https://example.com/search?q=potato"}}
For sending custom headers we could do:
{{httpRequest "GET" "https://example.com/search?q=potato" (dict "Accept" "text/plain")}}
For sending post data:
{{httpRequest "GET" "https://example.com/upload" (dict "Content-Type" "text/plain") $fileContent}}
No dependencies set.
The note is not visible to the blocked user.
Would be nice for interacting with APIs.
Something like:
For sending custom headers we could do:
For sending post data: