Skip to content
/ csharp Public

CSharp SDK autogenerated from nextlove types.

Notifications You must be signed in to change notification settings

seamapi/csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 18, 2025
bd4ce9f · Apr 18, 2025
Mar 29, 2023
Jan 31, 2025
Apr 18, 2025
Dec 18, 2024
Sep 22, 2023
Mar 29, 2023
Feb 22, 2024
Mar 29, 2023
Sep 22, 2023
Mar 29, 2023
Apr 19, 2023
Mar 29, 2023
Mar 29, 2023
Feb 22, 2024
Apr 19, 2023
Apr 18, 2025
Apr 18, 2025
Jan 31, 2024
Mar 29, 2023
Sep 22, 2023

Repository files navigation

Seam C#

GitHub Actions

Seam

Local setup

For C# development, you will need to install dotnet

Download the installer here

Then, you may need to create a symlink

ln -s /usr/local/share/dotnet/dotnet /usr/local/bin/

Finally, install csharpier

# if you don't yet have a .config/dotnet-tools.json file
dotnet new tool-manifest

dotnet tool install -g csharpier

How to update the SDK

Once you've completed all the steps in the Local setup section, you can run the following command to update the SDK

npm run generate

Installation

Use nuget to install.

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");

About

CSharp SDK autogenerated from nextlove types.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages