Skip to content

Instantly share code, notes, and snippets.

@cmaster11
Created July 6, 2021 06:22
Show Gist options
  • Save cmaster11/4055444564e13f33cc81bb5541154516 to your computer and use it in GitHub Desktop.
Save cmaster11/4055444564e13f33cc81bb5541154516 to your computer and use it in GitHub Desktop.
Markdium-Execute terminal commands with HTTP requests
"/http/:param1/:param2":
returnOutput: true
command: bash
args:
- -c
- |
echo "Params: {{ .param1 }}, {{ .param2 }}"
echo "Query: {{ .query1 }}"
echo "Body: {{ .field1 }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment