Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3db5383

Browse files
committedJun 28, 2024·
Update README
1 parent dea59ab commit 3db5383

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ instance = Caido::Instance.new "http://localhost:8080", "AUTH_TOKEN"
2222
instance.version # 0.38.0
2323
instance.projects # [...]
2424
instance.replay_sessions # [{"name"=>"1", "activeEntry"=> {"request"=> ... ]
25+
instance.request(12) # {"id"=>"12", "host"=>"www.hahwul.com", "method"=>"GET", ... }
2526

2627
# Use GraphQL Query
2728
instance.query('{runtime{platform}}')

0 commit comments

Comments
 (0)
Please sign in to comment.