diff --git a/examples/request_with_absent_template_key.yml b/examples/request_with_absent_template_key.yml new file mode 100644 index 0000000..7a88297 --- /dev/null +++ b/examples/request_with_absent_template_key.yml @@ -0,0 +1,7 @@ +method: GET +# If USERNAME is not set, the application should either prevent the request from being executed +# or ask for input for USERNAME if run in interactive mode (-f) +url: https://api.github.com/users/{{USERNAME}}/followers +headers: + accept: application/vnd.github+json + authorization: Bearer {{TOKEN}}