Skip to content

Commit ea46e3c

Browse files
committed
Update README
1 parent 295c134 commit ea46e3c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ gem install caido
1111
require 'caido'
1212

1313
instance = Caido::Instance.new "http://localhost:8080", "AUTH_TOKEN"
14+
15+
# Use helper
16+
instance.version # 0.38.0
17+
instance.projects # [...]
18+
19+
# Use GraphQL Query
20+
instance.query('{runtime{platform}}')
1421
```
1522

1623
## Development

0 commit comments

Comments
 (0)