Skip to content

Commit

Permalink
docs: 📸 added call animation
Browse files Browse the repository at this point in the history
  • Loading branch information
zaghaghi committed Apr 1, 2024
1 parent e2edff8 commit ccc57b4
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ Options:
## Filter
![filter](static/filter.gif)

## Call Endpoints
![call](static/call.gif)

</details>

<br />
Expand Down
Binary file added static/call.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions static/call.tape
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
Output static/call.gif
Hide
Set Shell zsh

Set FontSize 16
Set Width 1200
Set Height 600

Set Padding 20
Set FontFamily "JetBrains Mono"

Set WindowBar Colorful
Set WindowBarSize 40

Set Theme "Catppuccin Mocha"
Type "cargo run -- -i examples/petstore.json"
Enter
Sleep 10s
Set TypingSpeed 400ms
Show
Type "j"
Type "j"
Type "j"
Enter
Sleep 2s
Enter
Type "tag1"
Enter
Type "l"
Type "l"
Enter
Sleep 5s
Escape

Type "j"
Enter
Sleep 2s
Enter
Type "4"
Enter
Type "l"
Type "l"
Type "2"
Enter
Sleep 5s
Escape

Sleep 1s
Hide
Type "q"
Ctrl+D
Show
2 changes: 1 addition & 1 deletion static/demo.tape
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Hide
Set WindowBarSize 40

Set Theme "Catppuccin Mocha"
Type "cargo run -q -- --openapi-path examples/petstore.json"
Type "cargo run -q -- -i examples/petstore.json"
Enter
Sleep 10s
Show
Expand Down
2 changes: 1 addition & 1 deletion static/filter.tape
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Hide
Set WindowBarSize 40

Set Theme "Catppuccin Mocha"
Type "cargo run -- --openapi-path examples/stripe/spec.yml"
Type "cargo run -- -i examples/stripe/spec.yml"
Enter
Sleep 10s
Set TypingSpeed 400ms
Expand Down
2 changes: 1 addition & 1 deletion static/fullscreen.tape
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Hide
Set WindowBarSize 40

Set Theme "Catppuccin Frappe"
Type "cargo run -q -- --openapi-path examples/petstore.json"
Type "cargo run -q -- -i examples/petstore.json"
Enter
Sleep 10s
Set TypingSpeed 500ms
Expand Down
2 changes: 1 addition & 1 deletion static/nested-refs.tape
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Hide
Set WindowBarSize 40

Set Theme "Catppuccin Latte"
Type "cargo run -q -- --openapi-path examples/petstore.json"
Type "cargo run -q -- -i examples/petstore.json"
Enter
Sleep 10s
Set TypingSpeed 400ms
Expand Down
2 changes: 1 addition & 1 deletion static/webhooks.tape
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Hide
Set WindowBarSize 40

Set Theme "Catppuccin Mocha"
Type "cargo run -q -- --openapi-path examples/petstore.json"
Type "cargo run -q -- -i examples/petstore.json"
Enter
Sleep 10s
Set TypingSpeed 400ms
Expand Down

0 comments on commit ccc57b4

Please sign in to comment.