You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main SDK class that provides access to all Runloop functionality:
57
-
58
-
```typescript
59
-
import { RunloopSDK } from'@runloop/api-client';
60
-
61
-
const sdk =newRunloopSDK({
62
-
bearerToken: 'your-api-key',
63
-
// ... other options
64
-
});
65
-
```
56
+
The main SDK class that provides access to all Runloop functionality construct view the [RunloopSDK documentation](https://runloopai.github.io/api-client-ts/stable/classes/RunloopSDK.html) to see specific capabilities.
66
57
67
58
### Available Resources
68
59
@@ -72,27 +63,17 @@ The SDK provides object-oriented interfaces for all major Runloop resources:
0 commit comments