Seam 1.1.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Seam --version 1.1.0
NuGet\Install-Package Seam -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Seam" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Seam" Version="1.1.0" />
<PackageReference Include="Seam" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Seam --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Seam, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Seam@1.1.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Seam&version=1.1.0
#tool nuget:?package=Seam&version=1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Seam C#
Usage
using Seam.Client;
var seam = new SeamClient(apiToken: "YOUR_API_KEY");
var myDevices = seam.Devices.List();
Console.WriteLine("First Device Name: " + myDevices[0].Properties.Name);
var accessCode = seam.AccessCodes.Create(deviceId: myDevices[0].DeviceId, code: "1234");
Advanced Usage
Setting the request timeout
Requests time out after 30 seconds by default.
Pass the timeout option, in milliseconds, to override this:
var seam = new SeamClient(apiToken: "YOUR_API_KEY", timeout: 60000);
The default may also be changed for every client at once:
GlobalSeamRequestConfiguration.Instance.Timeout = 60000;
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- JsonSubTypes (>= 2.0.1)
- Newtonsoft.Json (>= 13.0.3)
- Polly (>= 7.2.4)
- RestSharp (>= 112.1.0)
-
net8.0
- JsonSubTypes (>= 2.0.1)
- Newtonsoft.Json (>= 13.0.3)
- Polly (>= 7.2.4)
- RestSharp (>= 112.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.0.0-beta.5 | 37 | 8/27/2026 |
| 2.0.0-beta.4 | 35 | 8/27/2026 |
| 2.0.0-beta.3 | 52 | 8/20/2026 |
| 2.0.0-beta.2 | 51 | 8/20/2026 |
| 2.0.0-beta.1 | 62 | 8/20/2026 |
| 1.5.0 | 77 | 8/26/2026 |
| 1.4.0 | 297 | 8/20/2026 |
| 1.3.0 | 98 | 8/19/2026 |
| 1.2.0 | 950 | 8/14/2026 |
| 1.1.0 | 103 | 8/11/2026 |
| 1.0.1 | 671 | 8/6/2026 |
| 1.0.0 | 121 | 7/31/2026 |
| 0.99.0 | 238 | 7/29/2026 |
| 0.98.0 | 181 | 7/24/2026 |
| 0.97.0 | 126 | 7/23/2026 |
| 0.96.0 | 8,965 | 1/21/2026 |
| 0.95.0 | 729 | 9/18/2025 |
| 0.94.1 | 454 | 9/17/2025 |
| 0.94.0 | 2,059 | 9/5/2025 |
| 0.93.0 | 274 | 9/5/2025 |
Loading failed