File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff 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
7257The SDK exports all request and response types as TypeScript interfaces. Simply import them with the
You can’t perform that action at this time.
0 commit comments