{"id":22615745,"url":"https://github.com/respoke/dotnet-respoke-admin","last_synced_at":"2025-03-29T00:42:50.556Z","repository":{"id":24992243,"uuid":"28410891","full_name":"respoke/dotnet-respoke-admin","owner":"respoke","description":"Respoke library for .NET v3.5 or higher","archived":false,"fork":false,"pushed_at":"2015-09-24T12:46:00.000Z","size":337,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-02-03T10:46:24.711Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.respoke.io","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/respoke.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}},"created_at":"2014-12-23T17:35:12.000Z","updated_at":"2015-09-24T12:51:51.000Z","dependencies_parsed_at":"2022-08-20T19:40:28.946Z","dependency_job_id":null,"html_url":"https://github.com/respoke/dotnet-respoke-admin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/respoke%2Fdotnet-respoke-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/respoke%2Fdotnet-respoke-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/respoke%2Fdotnet-respoke-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/respoke%2Fdotnet-respoke-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/respoke","download_url":"https://codeload.github.com/respoke/dotnet-respoke-admin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246122247,"owners_count":20726822,"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","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":[],"created_at":"2024-12-08T19:09:17.346Z","updated_at":"2025-03-29T00:42:50.535Z","avatar_url":"https://github.com/respoke.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Respoke C# / .NET library\n\nThis is an early library for building .NET server apps using Respoke.\n\nRespoke platform documentation can be viewed at https://docs.respoke.io.\n\nPlease GitHub to [report bugs or request features](https://github.com/respoke/dotnet-respoke-admin/issues), or start a discussion on the [Respoke community website](http://community.respoke.io).\n\n## Usage\n\n### Getting an auth token for a client\n\n```csharp\nusing Respoke;\n\n// . . .\n\nRespokeClient respoke = new RespokeClient();\nRespokeEndpointTokenRequestBody reqParams = new RespokeEndpointTokenRequestBody () {\n    appId = \"get-from-respoke-dev-console\",\n    appSecret = \"get-from-respoke-dev-console\",\n    endpointId = \"your-clients-username\",\n    roleId = \"get-from-respoke-dev-console\"\n};\nRespokeResponse resp = respoke.GetEndpointTokenId(reqParams);\n\nConsole.WriteLine(resp.body.tokenId);\n\n// Return `resp.body.tokenId` to your client\n```\n\n# License\n\nCopyright 2014, Digium, Inc. All rights reserved.\n\nThis source code is licensed under The MIT License found in the LICENSE file in the root directory of this source tree.\n\nFor all details and documentation: https://www.respoke.io\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frespoke%2Fdotnet-respoke-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frespoke%2Fdotnet-respoke-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frespoke%2Fdotnet-respoke-admin/lists"}