{"id":24764504,"url":"https://github.com/seamapi/csharp","last_synced_at":"2025-10-11T14:30:47.224Z","repository":{"id":196241129,"uuid":"694890243","full_name":"seamapi/csharp","owner":"seamapi","description":"CSharp SDK autogenerated from nextlove types.","archived":false,"fork":false,"pushed_at":"2025-09-30T23:16:36.000Z","size":1653,"stargazers_count":1,"open_issues_count":4,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-01T01:11:22.871Z","etag":null,"topics":["maintained"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seamapi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-21T22:58:20.000Z","updated_at":"2025-09-18T13:06:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"7b60b7fc-f656-4848-ba7f-0493730c3d43","html_url":"https://github.com/seamapi/csharp","commit_stats":null,"previous_names":["seamapi/csharp"],"tags_count":111,"template":false,"template_full_name":null,"purl":"pkg:github/seamapi/csharp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seamapi%2Fcsharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seamapi%2Fcsharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seamapi%2Fcsharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seamapi%2Fcsharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seamapi","download_url":"https://codeload.github.com/seamapi/csharp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seamapi%2Fcsharp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007457,"owners_count":26084313,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["maintained"],"created_at":"2025-01-28T22:31:58.831Z","updated_at":"2025-10-11T14:30:46.903Z","avatar_url":"https://github.com/seamapi.png","language":"C#","readme":"# Seam C#\n\n[![GitHub Actions](https://github.com/seamapi/nextlove-sdk-csharp/actions/workflows/check.yml/badge.svg)](https://github.com/seamapi/nextlove-sdk-csharp/actions/workflows/check.yml)\n\nSeam\n\n## Local setup\n\nFor C# development, you will need to install `dotnet`\n\nDownload the installer [here](https://learn.microsoft.com/en-us/dotnet/core/install/macos)\n\nThen, you may need to create a symlink\n\n```bash\nln -s /usr/local/share/dotnet/dotnet /usr/local/bin/\n```\n\nFinally, install csharpier\n\n```bash\n# if you don't yet have a .config/dotnet-tools.json file\ndotnet new tool-manifest\n\ndotnet tool install -g csharpier\n```\n\n## How to update the SDK\n\nOnce you've completed all the steps in the Local setup section, you can run the following command to update the SDK\n\n```bash\nnpm run generate\n```\n\n## Installation\n\nUse [nuget](https://www.nuget.org/packages/Seam) to install.\n\n## Usage\n\n```csharp\nusing Seam.Client;\n\nvar seam = new SeamClient(apiToken: \"YOUR_API_KEY\");\n\nvar myDevices = seam.Devices.List();\n\nConsole.WriteLine(\"First Device Name: \" + myDevices[0].Properties.Name);\n\nvar accessCode = seam.AccessCodes.Create(deviceId: myDevices[0].DeviceId, code: \"1234\");\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseamapi%2Fcsharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseamapi%2Fcsharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseamapi%2Fcsharp/lists"}