Skip to content

Commit

Permalink
Add example request to test absent tempalte key
Browse files Browse the repository at this point in the history
  • Loading branch information
mantono committed May 15, 2023
1 parent e14bfdb commit 8e6060b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/request_with_absent_template_key.yml
Original file line number Diff line number Diff line change
@@ -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}}

0 comments on commit 8e6060b

Please sign in to comment.