From 21b3eb761f913ca7b70305eda514c334c4bf26af Mon Sep 17 00:00:00 2001 From: HAHWUL Date: Sat, 29 Jun 2024 00:30:18 +0900 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db1caaf..02b5ed4 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ instance = Caido::Instance.new "http://localhost:8080", "AUTH_TOKEN" # Use helper instance.version # 0.38.0 instance.projects # [...] +instance.replay_sessions # [{"name"=>"1", "activeEntry"=> {"request"=> ... ] # Use GraphQL Query instance.query('{runtime{platform}}')