Skip to content

Commit 8516401

Browse files
SDK regeneration
1 parent 0ccf73e commit 8516401

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ The IcePanel TypeScript library provides convenient access to the IcePanel APIs
1010
- [Installation](#installation)
1111
- [Reference](#reference)
1212
- [Getting Started](#getting-started)
13-
- [Usage](#usage)
1413
- [Request and Response Types](#request-and-response-types)
1514
- [Exception Handling](#exception-handling)
1615
- [Advanced](#advanced)
@@ -53,20 +52,6 @@ await client.model.objects.list({
5352
```
5453

5554

56-
## Usage
57-
58-
Instantiate and use the client with the following:
59-
60-
```typescript
61-
import { IcePanelClient } from "@icepanel/sdk";
62-
63-
const client = new IcePanelClient({ apiKey: "YOUR_API_KEY", authorization: "YOUR_AUTHORIZATION" });
64-
await client.model.objects.list({
65-
landscapeId: "landscapeId",
66-
versionId: "versionId"
67-
});
68-
```
69-
7055
## Request and Response Types
7156

7257
The SDK exports all request and response types as TypeScript interfaces. Simply import them with the

0 commit comments

Comments
 (0)