Skip to content

Move api overview files #620

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 3, 2025
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
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ With the Seam API, you can grant users access to entrances controlled by a varie

## Getting Started

<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>
<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>

***

Expand Down
6 changes: 3 additions & 3 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@

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

* [Overview](api-clients/overview.md)
* [Installation](api-clients/installation.md)
* [Authentication](api-clients/authentication.md)
* [Overview](api-overview/overview.md)
* [Installation](api-overview/installation.md)
* [Authentication](api-overview/authentication.md)
* [Pagination](api-overview/pagination.md)
* [Access Codes](api/access_codes/README.md)
* [Create an Access Code](api/access_codes/create.md)
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Seam SDK is [available for download on request](mailto:support@seam.co) and is fully documented. See the Seam [Android](https://android.seam.vc/) and [iOS](https://ios.seam.vc/documentation/seamsdk/seam) SDK reference documentation.

{% hint style="info" %}
You must also use the Seam API to perform server-side actions. Consequently, [install a Seam server-side SDK](../../../api-clients/installation.md) in the language of your choice if you have not done so already.
You must also use the Seam API to perform server-side actions. Consequently, [install a Seam server-side SDK](../../../api-overview/installation.md) in the language of your choice if you have not done so already.
{% endhint %}

{% tabs %}
Expand Down
Loading