@caido/sdk-client
v0.1.3
Published
Client SDK for interacting with a Caido instance
Keywords
Readme
👋 Client SDK
This is repository for the Caido client SDK.
The goal of this SDK is to allow scripts to access Caido Instances. It handles authentication, graphql and rest.
We recommend you look at the examples to learn how to use it.
const client = new Client({
url: instanceUrl,
auth: {
pat: "caido_xxxxxx",
cache: {
file: ".secrets.json",
},
},
});
await client.connect();
const viewer = await client.user.viewer();💚 Community
Come join our Discord community and connect with other Caido users! We'd love to have you as part of the conversation and help with any questions you may have.
