Skip to content

Commit

Permalink
ci: Generate code
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot committed Apr 26, 2024
1 parent 96011c1 commit 5139833
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,8 @@ This API is used internally and is not directly supported.

#### Inspecting the Request

All client methods return an instance of `SeamRequest`.
Inspect the request before it is sent to the server by intentionally not awaiting the `SeamRequest`:
All client methods return an instance of `SeamHttpRequest`.
Inspect the request before it is sent to the server by intentionally not awaiting the `SeamHttpRequest`:

```ts
const seam = new Seam('your-api-key')
Expand All @@ -432,7 +432,6 @@ console.log(`${request.method} ${request.url}`, JSON.stringify(request.body))

const devices = await request.execute()
```

### Receiving Webhooks

First, create a webhook using the Seam API or Seam Console
Expand Down

0 comments on commit 5139833

Please sign in to comment.