{"id":21406618,"url":"https://github.com/ringcentral/ringcentral-csharp","last_synced_at":"2025-07-14T00:32:36.163Z","repository":{"id":34795337,"uuid":"38779740","full_name":"ringcentral/ringcentral-csharp","owner":"ringcentral","description":"RingCentral Connect Platform C# SDK","archived":false,"fork":false,"pushed_at":"2017-11-16T10:15:46.000Z","size":5062,"stargazers_count":9,"open_issues_count":6,"forks_count":14,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-06-10T19:30:57.672Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://developers.ringcentral.com","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/ringcentral.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":"2015-07-08T21:01:03.000Z","updated_at":"2024-06-12T02:34:31.000Z","dependencies_parsed_at":"2022-07-17T05:30:36.941Z","dependency_job_id":null,"html_url":"https://github.com/ringcentral/ringcentral-csharp","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/ringcentral/ringcentral-csharp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ringcentral%2Fringcentral-csharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ringcentral%2Fringcentral-csharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ringcentral%2Fringcentral-csharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ringcentral%2Fringcentral-csharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ringcentral","download_url":"https://codeload.github.com/ringcentral/ringcentral-csharp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ringcentral%2Fringcentral-csharp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265227898,"owners_count":23731059,"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-11-22T16:40:56.339Z","updated_at":"2025-07-14T00:32:35.579Z","avatar_url":"https://github.com/ringcentral.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This project is deprecated in favor of [ringcentral-csharp-client](https://github.com/ringcentral/ringcentral-csharp-client).\n\n\n# RingCentral SDK for C\u0026#35;\n\n[![NuGet][nuget-version-svg]][nuget-version-url]\n[![Build Status][build-status-svg]][build-status-url]\n[![Coverage Status][coverage-status-svg]][coverage-status-url]\n[![Docs][docs-readthedocs-svg]][docs-readthedocs-url]\n[![License][license-svg]][license-url]\n[![Chat][chat-svg]][chat-url]\n\n\n## Installation\n\nWe recommend [NuGet](https://www.nuget.org/). Install the latest stable version:\n\n```\nInstall-Package RingCentralSDK\n```\n\nThis will download the RingCentral Portable Class Library into your project as well as all the dependencies. The NuGet package is compabible with all popular platforms including but not limited to .NET 4.0+, Xamarin.iOS, Xamarin.Android and Xamarin.Mac.\n\nInstall the pre-release version:\n\n```\nInstall-Package RingCentralSDK -Pre\n```\n\nInstall a specific version:\n\n```\nInstall-Package RingCentralSDK -Version 1.0.0\n```\n\n## Documentation\n\nPlease [read the docs](http://ringcentral-csharp.readthedocs.io/en/latest/).\n\n## API Developer Guide\n\nThis SDK wraps the RingCentral Connect Platform API which is documented in the [RingCentral Connect Platform Developer Guide](https://developer.ringcentral.com/api-docs/latest/index.html).\nFor additional information, please refer to the Developer Guide.\n\n\n## Links\n\nProject Repo\n\n* https://github.com/ringcentral/ringcentral-csharp\n\nRingCentral Developer Site\n\n* https://developer.ringcentral.com\n\nRingCentral API Docs\n\n* https://developer.ringcentral.com/library.html\n\nRingCentral API Explorer\n\n* http://ringcentral.github.io/api-explorer\n\nRingCentral GitHub Organization\n\n* https://github.com/ringcentral\n\n\n## Getting help\n\nIf you need help installing or using the library, please contact RingCentral Developer Support at devsupport@ringcentral.com. As an alternative, you an also post on [Stack Overflow](http://stackoverflow.com/questions/tagged/ringcentral) under the `ringcentral` tag.\n\nIf you've instead found a bug in the library or would like new features added, go ahead and open issues or pull requests against this repo!\n\n\n## Contributions\n\nAny reports of problems, comments or suggestions are most welcome.\n\nPlease report these on [Github](https://github.com/ringcentral/ringcentral-csharp/issues)\n\n\n## License\n\nRingCentral SDK is available under an MIT-style license. See [LICENSE](LICENSE) for details.\n\nRingCentral SDK \u0026copy; 2015-2016 by RingCentral, Inc.\n\n[nuget-version-svg]: https://img.shields.io/nuget/v/RingCentralSDK.svg\n[nuget-version-url]: http://www.nuget.org/packages/RingCentralSDK/\n[nuget-count-svg]: https://img.shields.io/nuget/dt/RingCentralSDK.svg\n[nuget-count-url]: http://www.nuget.org/packages/RingCentralSDK/\n[build-status-svg]: https://ci.appveyor.com/api/projects/status/ka1g6n869rxw81g4?svg=true\n[build-status-url]: https://ci.appveyor.com/project/paulzolnierczyk/ringcentral-csharp\n[coverage-status-svg]: https://coveralls.io/repos/ringcentral/ringcentral-csharp/badge.svg?branch=develop\u0026service=github\n[coverage-status-url]: https://coveralls.io/github/ringcentral/ringcentral-csharp\n[docs-readthedocs-svg]: https://img.shields.io/badge/docs-readthedocs-blue.svg\n[docs-readthedocs-url]: http://ringcentral-csharp.readthedocs.org/\n[license-svg]: https://img.shields.io/badge/license-MIT-blue.svg\n[license-url]: https://github.com/ringcentral/ringcentral-csharp/blob/master/LICENSE\n[chat-svg]: https://img.shields.io/badge/chat-on%20glip-orange.svg\n[chat-url]: https://glipped.herokuapp.com/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fringcentral%2Fringcentral-csharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fringcentral%2Fringcentral-csharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fringcentral%2Fringcentral-csharp/lists"}