We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a1e21 commit a43e10eCopy full SHA for a43e10e
README.md
@@ -38,7 +38,7 @@ $ npm install @seamapi/http
38
## Usage
39
40
```ts
41
-import { SeamHttp } from '@seamapi/http'
+import { SeamHttp } from '@seamapi/http/connect'
42
43
const seam = new SeamHttp('your-api-key')
44
const devices = await seam.devices.list()
@@ -213,7 +213,7 @@ Options are deep merged with the default options.
213
The Axios client is exposed and may be used or configured directly:
214
215
216
-import { SeamHttp, DevicesListResponse } from '@seamapi/http'
+import { SeamHttp, DevicesListResponse } from '@seamapi/http/connect'
217
218
const seam = new SeamHttp()
219
0 commit comments