Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Jun 28, 2024
1 parent dea59ab commit 3db5383
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ instance = Caido::Instance.new "http://localhost:8080", "AUTH_TOKEN"
instance.version # 0.38.0
instance.projects # [...]
instance.replay_sessions # [{"name"=>"1", "activeEntry"=> {"request"=> ... ]
instance.request(12) # {"id"=>"12", "host"=>"www.hahwul.com", "method"=>"GET", ... }

# Use GraphQL Query
instance.query('{runtime{platform}}')
Expand Down

0 comments on commit 3db5383

Please sign in to comment.