Skip to content

Commit 2c2c2c3

Browse files
Merge branch 'main' of github.com:seamapi/docs into andrii/cx-334-pending-mutation-from-and-to-objects-are-not-documented
2 parents 67d1bcd + eba913d commit 2c2c2c3

18 files changed

Lines changed: 274 additions & 56 deletions

File tree

1.02 MB
Loading
1.22 MB
Loading

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ With the Seam API, you can grant users access to entrances controlled by a varie
2626

2727
## Getting Started
2828

29-
<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Quick Start</strong> (5 mins)</td><td>Learn how to connect a device and issue your first API call. →</td><td></td><td><a href=".gitbook/assets/seam-quick-start-light.png">seam-quick-start-light.png</a></td><td><a href="quickstart.md">quickstart.md</a></td></tr><tr><td><strong>Get an API Key</strong> (free)</td><td>Sign up for Seam Console and get your API key. →</td><td></td><td><a href=".gitbook/assets/seam-api-key.png">seam-api-key.png</a></td><td><a href="https://console.seam.co/">https://console.seam.co/</a></td></tr><tr><td><strong>Install a Seam SDK</strong> (free)</td><td>Develop your IoT apps in your favorite language. →</td><td></td><td><a href=".gitbook/assets/Seam-SDKs.png">Seam-SDKs.png</a></td><td><a href="api-clients/installation.md">installation.md</a></td></tr></tbody></table>
29+
<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Quick Start</strong> (5 mins)</td><td>Learn how to connect a device and issue your first API call. →</td><td></td><td><a href=".gitbook/assets/seam-quick-start-light.png">seam-quick-start-light.png</a></td><td><a href="quickstart.md">quickstart.md</a></td></tr><tr><td><strong>Get an API Key</strong> (free)</td><td>Sign up for Seam Console and get your API key. →</td><td></td><td><a href=".gitbook/assets/seam-api-key.png">seam-api-key.png</a></td><td><a href="https://console.seam.co/">https://console.seam.co/</a></td></tr><tr><td><strong>Install a Seam SDK</strong> (free)</td><td>Develop your IoT apps in your favorite language. →</td><td></td><td><a href=".gitbook/assets/Seam-SDKs.png">Seam-SDKs.png</a></td><td><a href="api-overview/installation.md">installation.md</a></td></tr></tbody></table>
3030

3131
***
3232

docs/SUMMARY.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@
128128

129129
## 📋 API Reference <a href="#api" id="api"></a>
130130

131-
* [Overview](api-clients/overview.md)
132-
* [Installation](api-clients/installation.md)
133-
* [Authentication](api-clients/authentication.md)
131+
* [Overview](api-overview/overview.md)
132+
* [Installation](api-overview/installation.md)
133+
* [Authentication](api-overview/authentication.md)
134134
* [Pagination](api-overview/pagination.md)
135135
* [Access Codes](api/access_codes/README.md)
136136
* [Create an Access Code](api/access_codes/create.md)
@@ -232,10 +232,10 @@
232232
* [List Locks](api-clients/locks/list.md)
233233
* [Noise Sensors](api-clients/noise_sensors/README.md)
234234
* [Noise Thresholds](api-clients/noise_sensors/noise_thresholds/README.md)
235-
* [Create Noise Thresholds](api-clients/noise_sensors/noise_thresholds/create.md)
235+
* [Create a Noise Threshold](api-clients/noise_sensors/noise_thresholds/create.md)
236236
* [List Noise Thresholds](api-clients/noise_sensors/noise_thresholds/list.md)
237-
* [Update Noise Threshold](api-clients/noise_sensors/noise_thresholds/update.md)
238-
* [Delete Noise Threshold](api-clients/noise_sensors/noise_thresholds/delete.md)
237+
* [Update a Noise Threshold](api-clients/noise_sensors/noise_thresholds/update.md)
238+
* [Delete a Noise Threshold](api-clients/noise_sensors/noise_thresholds/delete.md)
239239
* [Phones](api/phones/README.md)
240240
* [Get a Phone](api/phones/get.md)
241241
* [List Phones](api/phones/list.md)

docs/api-clients/noise_sensors/noise_thresholds/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Create a Noise Threshold on your Noise Sensor
33
---
44

5-
# Create Noise Thresholds
5+
# Create a Noise Threshold
66

77
## Create Noise Threshold on Device
88

docs/api-clients/noise_sensors/noise_thresholds/delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Delete a Noise Threshold on your Noise Sensor
33
---
44

5-
# Delete Noise Threshold
5+
# Delete a Noise Threshold
66

77
## Delete Noise Threshold
88

docs/api-clients/noise_sensors/noise_thresholds/update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Update a Noise Threshold on your Noise Sensor
33
---
44

5-
# Update Noise Threshold
5+
# Update a Noise Threshold
66

77
## Update Noise Threshold
88

File renamed without changes.
File renamed without changes.
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@ See the following reference topics:
1212

1313
* [Installation](installation.md)
1414
* [Authentication](authentication.md)
15-
* [Client Sessions](client_sessions/)
16-
* [Workspaces](workspaces/)
15+
* [Client Sessions](../api-clients/client_sessions/)
16+
* [Workspaces](../api-clients/workspaces/)
1717

1818
## Controlling Devices and Systems
1919

20-
* [Connect Webviews](connect_webviews/)
21-
* [Devices](devices/)
22-
* [Locks](locks/)
20+
* [Connect Webviews](../api-clients/connect_webviews/)
21+
* [Devices](../api-clients/devices/)
22+
* [Locks](../api-clients/locks/)
2323
* [Access Codes](../api/access_codes/)
2424
* [Thermostats](../api/thermostats/)
25-
* [Noise Sensors](noise_sensors/)
25+
* [Noise Sensors](../api-clients/noise_sensors/)
2626
* [Access Control Systems](../api/acs/)
2727
* [User Identities](../api/user_identities/)
2828
* [Phones](../api/phones/)
2929

3030
## Monitoring
3131

32-
* [Events](events/)
33-
* [Action Attempts](action_attempts/)
34-
* [Connected Accounts](connected_accounts/)
32+
* [Events](../api-clients/events/)
33+
* [Action Attempts](../api-clients/action_attempts/)
34+
* [Connected Accounts](../api-clients/connected_accounts/)

0 commit comments

Comments
 (0)