We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0cbcc commit 91efc4aCopy full SHA for 91efc4a
README.md
@@ -2,7 +2,7 @@
2
3
[](https://github.com/seamapi/nextlove-sdk-csharp/actions/workflows/check.yml)
4
5
-Seam
+Seam
6
7
## Installation
8
@@ -11,7 +11,7 @@ Use [nuget](https://www.nuget.org/packages/Seam) to install.
11
## Usage
12
13
```csharp
14
-var seam = new Seam(apiToken: "YOUR_API_KEY");
+var seam = new Seam.Client.Seam(apiToken: "YOUR_API_KEY");
15
16
var myDevices = seam.Devices.List();
17
0 commit comments