Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ Instead, it re-exports from a core set of Seam modules:
- [Using the Axios Client](#using-the-axios-client)
- [Overriding the Client](#overriding-the-client)
- [Alternative endpoint path interface](#alternative-endpoint-path-interface)
- [Enable undocumented API](#enable-undocumented-api)
- [Inspecting the Request](#inspecting-the-request)
- [Receiving Webhooks](#receiving-webhooks)
- [Development and Testing](#development-and-testing)
Expand Down Expand Up @@ -535,19 +534,6 @@ const seam = new SeamEndpoints()
const devices = await seam['/devices/list']()
```

#### Enable undocumented API

Pass the `isUndocumentedApiEnabled` option to allow using the undocumented API.
This API is used internally and is not directly supported.
Do not use the undocumented API in production environments.
Seam is not responsible for any issues you may encounter with the undocumented API.

```ts
import { Seam } from 'seam'

const seam = new Seam({ isUndocumentedApiEnabled: true })
```

#### Inspecting the Request

All client methods return an instance of `SeamHttpRequest`.
Expand Down
Loading
Loading