{"id":20606863,"url":"https://github.com/veleek/sesame-net","last_synced_at":"2025-09-26T10:31:28.610Z","repository":{"id":81873009,"uuid":"93298419","full_name":"veleek/sesame-net","owner":"veleek","description":"Sesame API for .NET","archived":false,"fork":false,"pushed_at":"2018-09-30T04:52:25.000Z","size":29,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-16T15:49:17.777Z","etag":null,"topics":["api","api-client","csharp","sesame"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/veleek.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-04T07:51:52.000Z","updated_at":"2019-11-07T11:14:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"51c795c7-ca8e-472c-bccf-ec25d45dd260","html_url":"https://github.com/veleek/sesame-net","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/veleek/sesame-net","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veleek%2Fsesame-net","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veleek%2Fsesame-net/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veleek%2Fsesame-net/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veleek%2Fsesame-net/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/veleek","download_url":"https://codeload.github.com/veleek/sesame-net/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veleek%2Fsesame-net/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276745884,"owners_count":25697257,"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-09-24T02:00:09.776Z","response_time":97,"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":["api","api-client","csharp","sesame"],"created_at":"2024-11-16T09:34:54.583Z","updated_at":"2025-09-26T10:31:28.271Z","avatar_url":"https://github.com/veleek.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sesame.NET\n\nA .NET client for the [Sesame API](https://docs.candyhouse.co/).  Sesame.NET is licensed under the [MIT license](./LICENSE).\n\n## Installation\n\nYou can either download the [Sesame.NET NuGet package](https://www.nuget.org/packages/Sesame) or download the binaries [directly from GitHub](https://github.com/veleek/sesame-net/releases/latest).\n\n## Usage\n\n1. Configure a Sesame API Key on [the CandyHouse Dashboard](https://my.candyhouse.co/#/credentials).\n2. Initialize an instance of `SesameClient`.\n\n    ```csharp\n    string apiKey = \"\u003cSesame API Key\u003e\";\n    SesameClient client = new SesameClient(apiKey);\n    ```\n\n3. Make other calls to list or control sesames.\n\n    ```csharp\n    // Get ALL Sesames associated with the account.\n    List\u003cSesames\u003e sesames = await client.ListSesamesAsync();\n\n    // Get a specific sesame and refresh it's state.\n    Sesame sesame = sesames.FirstOrDefault(s =\u003e s.NickName == \"Home\");\n    await sesame.RefreshAsync();\n\n    // Execute operations.\n    await sesame.LockAsync();\n    await sesame.UnlockAsync();\n    ```\n\n## Building\n\nSesame.NET is built using .NET Core (.NET Standard 1.4 and 2.0).\n\n1. [Install .NET Core](https://www.microsoft.com/net/core)\n2. Clone the Sesame.NET repository\n3. Restore all of the NuGet packages for the project and build it\n\n        dotnet restore\n        dotnet build\n\n4. *(Optional)* You can generate a NuGet package using the pack command\n        \n        dotnet pack Sesame\n        # To build release package\n        #   dotnet pack Sesame -c Release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveleek%2Fsesame-net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveleek%2Fsesame-net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveleek%2Fsesame-net/lists"}