Skip to content

Commit

Permalink
Merge pull request #237 from seamapi/npm-instructions-update
Browse files Browse the repository at this point in the history
NPM Package Name Update
  • Loading branch information
sybohy committed Jan 27, 2024
2 parents 1d30742 + e2fecaa commit fe250f5
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
]
}
},
"postCreateCommand": "cd /workspaces/api-docs/snippet-playground/javascript && npm i seamapi && cd /workspaces/api-docs/snippet-playground/javascript-next && npm i seam && cd /workspaces/api-docs/snippet-playground/csharp && ./init.sh && cd /workspaces/api-docs/snippet-playground/go && ./init.sh && cd /workspaces/api-docs/snippet-playground/php && composer update",
"postCreateCommand": "cd /workspaces/api-docs/snippet-playground/javascript && npm i seam && cd /workspaces/api-docs/snippet-playground/javascript-next && npm i seam && cd /workspaces/api-docs/snippet-playground/csharp && ./init.sh && cd /workspaces/api-docs/snippet-playground/go && ./init.sh && cd /workspaces/api-docs/snippet-playground/php && composer update",
"remoteUser": "node"
}
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Use one of the following methods to install the Seam software development kit (S
{% tabs %}
{% tab title="JavaScript" %}
```bash
npm i seamapi
npm i seam
```
{% endtab %}

Expand Down
2 changes: 1 addition & 1 deletion docs/api-clients/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Install one of the Seam SDKs in the programming language of your choice. Seam su
{% tabs %}
{% tab title="JavaScript" %}
```bash
npm i seamapi
npm i seam
```

or
Expand Down
2 changes: 1 addition & 1 deletion docs/device-guides/get-started-with-2n-intercoms.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Seam provides a universal API to connect and control many brands of smart device

Seam provides client libraries for many languages such as Javascript, Python, Ruby, and PHP, as well as a Postman collection and [OpenAPI](https://connect.getseam.com/openapi.json) spec.

* **Javascript:** `npm i seamapi` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Javascript:** `npm i seam` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Python:** `pip install seamapi` ([pip](https://pypi.org/project/seamapi/), [github](https://github.com/seamapi/python))
* **Ruby:** `bundle add seamapi` ([rubygem](https://rubygems.org/gems/seamapi), [github](https://github.com/seamapi/ruby))
* **PHP:** `composer require seamapi/seam` ([packagist](https://packagist.org/packages/seamapi/seam), [github](https://github.com/seamapi/php))
Expand Down
2 changes: 1 addition & 1 deletion docs/device-guides/get-started-with-august-locks.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Seam provides a universal API to connect and control many brands of smart locks.

Seam provides client libraries for many languages such as Javascript, Python, Ruby, and PHP, as well as a Postman collection and [OpenAPI](https://connect.getseam.com/openapi.json) spec.

* **Javascript:** `npm i seamapi` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Javascript:** `npm i seam` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Python:** `pip install seamapi` ([pip](https://pypi.org/project/seamapi/), [github](https://github.com/seamapi/python))
* **Ruby:** `bundle add seamapi` ([rubygem](https://rubygems.org/gems/seamapi), [github](https://github.com/seamapi/ruby))
* **PHP:** `composer require seamapi/seam` ([packagist](https://packagist.org/packages/seamapi/seam), [github](https://github.com/seamapi/php))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Seam provides a universal API to connect and control many brands of smart device

Seam provides client libraries for many languages such as Javascript, Python, Ruby, and PHP, as well as a Postman collection and [OpenAPI](https://connect.getseam.com/openapi.json) spec.

* **Javascript:** `npm i seamapi` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Javascript:** `npm i seam` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Python:** `pip install seamapi` ([pip](https://pypi.org/project/seamapi/), [github](https://github.com/seamapi/python))
* **Ruby:** `bundle add seamapi` ([rubygem](https://rubygems.org/gems/seamapi), [github](https://github.com/seamapi/ruby))
* **PHP:** `composer require seamapi/seam` ([packagist](https://packagist.org/packages/seamapi/seam), [github](https://github.com/seamapi/php))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Note that Dormakaba offers multiple lines of products: Lyazon, Sapphire, Oracode

Seam provides client libraries for many languages such as Javascript, Python, Ruby, and PHP, as well as a Postman collection and [OpenAPI](https://connect.getseam.com/openapi.json) spec.

* **Javascript:** `npm i seamapi` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Javascript:** `npm i seam` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Python:** `pip install seamapi` ([pip](https://pypi.org/project/seamapi/), [github](https://github.com/seamapi/python))
* **Ruby:** `bundle add seamapi` ([rubygem](https://rubygems.org/gems/seamapi), [github](https://github.com/seamapi/ruby))
* **PHP:** `composer require seamapi/seam` ([packagist](https://packagist.org/packages/seamapi/seam), [github](https://github.com/seamapi/php))
Expand Down
2 changes: 1 addition & 1 deletion docs/device-guides/get-started-with-ecobee-thermostats.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To simplify the examples below, we'll use the following modules and utility vari

Seam provides client libraries for many languages such as Javascript, Python, Ruby, and PHP, as well as a Postman collection and [OpenAPI](https://connect.getseam.com/openapi.json) spec.

* **Javascript:** `npm i seamapi` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Javascript:** `npm i seam` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Python:** `pip install seamapi` ([pip](https://pypi.org/project/seamapi/), [github](https://github.com/seamapi/python))
* **Ruby:** `bundle add seamapi` ([rubygem](https://rubygems.org/gems/seamapi), [github](https://github.com/seamapi/ruby)) (Thermostats coming soon!)
* **PHP:** `composer require seamapi/seam` ([packagist](https://packagist.org/packages/seamapi/seam), [github](https://github.com/seamapi/php)) (Thermostats coming soon!)
Expand Down
2 changes: 1 addition & 1 deletion docs/device-guides/get-started-with-igloo-locks.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Seam provides a universal API to connect and control many brands of locks, inclu

Seam provides client libraries for many languages such as Javascript, Python, Ruby, and PHP, as well as a Postman collection and [OpenAPI](https://connect.getseam.com/openapi.json) spec.

* **Javascript:** `npm i seamapi` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Javascript:** `npm i seam` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Python:** `pip install seamapi` ([pip](https://pypi.org/project/seamapi/), [github](https://github.com/seamapi/python))
* **Ruby:** `bundle add seamapi` ([rubygem](https://rubygems.org/gems/seamapi), [github](https://github.com/seamapi/ruby))
* **PHP:** `composer require seamapi/seam` ([packagist](https://packagist.org/packages/seamapi/seam), [github](https://github.com/seamapi/php))
Expand Down
2 changes: 1 addition & 1 deletion docs/device-guides/get-started-with-kwikset-wifi-locks.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To disable MFA, head to **Account Settings** in your Kwikset app:

Seam provides client libraries for many languages such as Javascript, Python, Ruby, and PHP, as well as a Postman collection and [OpenAPI](https://connect.getseam.com/openapi.json) spec.

* **Javascript:** `npm i seamapi` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Javascript:** `npm i seam` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Python:** `pip install seamapi` ([pip](https://pypi.org/project/seamapi/), [github](https://github.com/seamapi/python))
* **Ruby:** `bundle add seamapi` ([rubygem](https://rubygems.org/gems/seamapi), [github](https://github.com/seamapi/ruby))
* **PHP:** `composer require seamapi/seam` ([packagist](https://packagist.org/packages/seamapi/seam), [github](https://github.com/seamapi/php))
Expand Down
2 changes: 1 addition & 1 deletion docs/device-guides/get-started-with-minut-sensors.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Seam provides a universal API to connect and control many brands of devices such

Seam provides client libraries for many languages such as Javascript, Python, Ruby, and PHP, as well as a Postman collection and [OpenAPI](https://connect.getseam.com/openapi.json) spec.

* **Javascript:** `npm i seamapi` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Javascript:** `npm i seam` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Python:** `pip install seamapi` ([pip](https://pypi.org/project/seamapi/), [github](https://github.com/seamapi/python))
* **Ruby:** `bundle add seamapi` ([rubygem](https://rubygems.org/gems/seamapi), [github](https://github.com/seamapi/ruby))
* **PHP:** `composer require seamapi/seam` ([packagist](https://packagist.org/packages/seamapi/seam), [github](https://github.com/seamapi/php))
Expand Down
2 changes: 1 addition & 1 deletion docs/device-guides/get-started-with-noiseaware-sensors.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To simplify the examples below, we'll use the following modules and utility vari

Seam provides client libraries for many languages such as Javascript, Python, Ruby, and PHP, as well as a Postman collection and [OpenAPI](https://connect.getseam.com/openapi.json) spec.

* **Javascript:** `npm i seamapi` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Javascript:** `npm i seam` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Python:** `pip install seamapi` ([pip](https://pypi.org/project/seamapi/), [github](https://github.com/seamapi/python))
* **Ruby:** `bundle add seamapi` ([rubygem](https://rubygems.org/gems/seamapi), [github](https://github.com/seamapi/ruby))
* **PHP:** `composer require seamapi/seam` ([packagist](https://packagist.org/packages/seamapi/seam), [github](https://github.com/seamapi/php))
Expand Down
2 changes: 1 addition & 1 deletion docs/device-guides/get-started-with-nuki-locks.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Seam provides a universal API to connect and control many brands of locks, inclu

Seam provides client libraries for many languages such as Javascript, Python, Ruby, and PHP, as well as a Postman collection and [OpenAPI](https://connect.getseam.com/openapi.json) spec.

* **Javascript:** `npm i seamapi` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Javascript:** `npm i seam` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Python:** `pip install seamapi` ([pip](https://pypi.org/project/seamapi/), [github](https://github.com/seamapi/python))
* **Ruby:** `bundle add seamapi` ([rubygem](https://rubygems.org/gems/seamapi), [github](https://github.com/seamapi/ruby))
* **PHP:** `composer require seamapi/seam` ([packagist](https://packagist.org/packages/seamapi/seam), [github](https://github.com/seamapi/php))
Expand Down
2 changes: 1 addition & 1 deletion docs/device-guides/get-started-with-salto-locks.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Note that Salto offers multiple lines of products: Salto Space, Salto KS, and Sa

Seam provides client libraries for many languages such as Javascript, Python, Ruby, and PHP, as well as a Postman collection and [OpenAPI](https://connect.getseam.com/openapi.json) spec.

* **Javascript:** `npm i seamapi` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Javascript:** `npm i seam` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Python:** `pip install seamapi` ([pip](https://pypi.org/project/seamapi/), [github](https://github.com/seamapi/python))
* **Ruby:** `bundle add seamapi` ([rubygem](https://rubygems.org/gems/seamapi), [github](https://github.com/seamapi/ruby))
* **PHP:** `composer require seamapi/seam` ([packagist](https://packagist.org/packages/seamapi/seam), [github](https://github.com/seamapi/php))
Expand Down
2 changes: 1 addition & 1 deletion docs/device-guides/get-started-with-schlage-locks.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To learn more about other smart lock brands supported by Seam such as August, Ya

Seam provides client libraries for many languages such as Javascript, Python, Ruby, and PHP, as well as a Postman collection and [OpenAPI](https://connect.getseam.com/openapi.json) spec.

* **Javascript:** `npm i seamapi` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Javascript:** `npm i seam` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Python:** `pip install seamapi` ([pip](https://pypi.org/project/seamapi/), [github](https://github.com/seamapi/python))
* **Ruby:** `bundle add seamapi` ([rubygem](https://rubygems.org/gems/seamapi), [github](https://github.com/seamapi/ruby))
* **PHP:** `composer require seamapi/seam` ([packagist](https://packagist.org/packages/seamapi/seam), [github](https://github.com/seamapi/php))
Expand Down
2 changes: 1 addition & 1 deletion docs/device-guides/get-started-with-smartlocks-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Let's get started.

Seam provides client libraries for many languages such as Javascript, Python, Ruby, and PHP, as well as a Postman collection and [OpenAPI](https://connect.getseam.com/openapi.json) spec.

* **Javascript:** `npm i seamapi` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Javascript:** `npm i seam` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Python:** `pip install seamapi` ([pip](https://pypi.org/project/seamapi/), [github](https://github.com/seamapi/python))
* **Ruby:** `bundle add seamapi` ([rubygem](https://rubygems.org/gems/seamapi), [github](https://github.com/seamapi/ruby))
* **PHP:** `composer require seamapi/seam` ([packagist](https://packagist.org/packages/seamapi/seam), [github](https://github.com/seamapi/php))
Expand Down
2 changes: 1 addition & 1 deletion docs/device-guides/get-started-with-ttlock-devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Seam provides a universal API to connect and control many brands of locks, inclu

Seam provides client libraries for many languages such as Javascript, Python, Ruby, and PHP, as well as a Postman collection and [OpenAPI](https://connect.getseam.com/openapi.json) spec.

* **Javascript:** `npm i seamapi` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Javascript:** `npm i seam` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Python:** `pip install seamapi` ([pip](https://pypi.org/project/seamapi/), [github](https://github.com/seamapi/python))
* **Ruby:** `bundle add seamapi` ([rubygem](https://rubygems.org/gems/seamapi), [github](https://github.com/seamapi/ruby))
* **PHP:** `composer require seamapi/seam` ([packagist](https://packagist.org/packages/seamapi/seam), [github](https://github.com/seamapi/php))
Expand Down
2 changes: 1 addition & 1 deletion docs/device-guides/get-started-with-wyze-locks.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For **Bluetooth-only Wyze Lock Bolts** we're not able to control the lock remote

Seam provides client libraries for many languages such as Javascript, Python, Ruby, and PHP, as well as a Postman collection and [OpenAPI](https://connect.getseam.com/openapi.json) spec.

* **Javascript:** `npm i seamapi` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Javascript:** `npm i seam` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Python:** `pip install seamapi` ([pip](https://pypi.org/project/seamapi/), [github](https://github.com/seamapi/python))
* **Ruby:** `bundle add seamapi` ([rubygem](https://rubygems.org/gems/seamapi), [github](https://github.com/seamapi/ruby))
* **PHP:** `composer require seamapi/seam` ([packagist](https://packagist.org/packages/seamapi/seam), [github](https://github.com/seamapi/php))
Expand Down
2 changes: 1 addition & 1 deletion docs/device-guides/get-started-with-yale-locks.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To learn more about other smart lock brands supported by Seam such as August, Sc

Seam provides client libraries for many languages such as Javascript, Python, Ruby, and PHP, as well as a Postman collection and [OpenAPI](https://connect.getseam.com/openapi.json) spec.

* **Javascript:** `npm i seamapi` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Javascript:** `npm i seam` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Python:** `pip install seamapi` ([pip](https://pypi.org/project/seamapi/), [github](https://github.com/seamapi/python))
* **Ruby:** `bundle add seamapi` ([rubygem](https://rubygems.org/gems/seamapi), [github](https://github.com/seamapi/ruby))
* **PHP:** `composer require seamapi/seam` ([packagist](https://packagist.org/packages/seamapi/seam), [github](https://github.com/seamapi/php))
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Seam supports many programming languages, such as the following:
{% tabs %}
{% tab title="JavaScript" %}
```bash
npm i seamapi
npm i seam
```
{% endtab %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A Client Session Token allows a device owner to make API requests to Seam where

Seam provides client libraries for many languages such as Javascript, Python, Ruby, and PHP, as well as a Postman collection and [OpenAPI](https://connect.getseam.com/openapi.json) spec.

* **Javascript:** `npm i seamapi` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Javascript:** `npm i seam` ([npm](https://www.npmjs.com/package/seamapi), [github](https://github.com/seamapi/javascript))
* **Python:** `pip install seamapi` ([pip](https://pypi.org/project/seamapi/), [github](https://github.com/seamapi/python))
* **Ruby:** `bundle add seamapi` ([rubygem](https://rubygems.org/gems/seamapi), [github](https://github.com/seamapi/ruby))
* **PHP:** `composer require seamapi/seam` ([packagist](https://packagist.org/packages/seamapi/seam), [github](https://github.com/seamapi/php))
Expand Down

0 comments on commit fe250f5

Please sign in to comment.