Skip to content

kafka-yu/RingCentral.Net

 
 

Repository files navigation

RingCentral.Net

This project is a complete rewrite of ringcentral/ringcentral-csharp-client.

Code samples

You can find sample code for all the endpoints.

There is also lots of useful code for your reference in our test cases.

For maintainers

Release

Update version number in RingCentral.Net/RingCentral.Net.csproj & RingCentral.Net/RestClient.cs

cd RingCentral.Net
dotnet pack

Update version number in RingCentral.Net.PubnubPCL/RingCentral.Net.PubnubPCL.csproj

cd RingCentral.Net.PubnubPCL
dotnet pack

Update version number in RingCentral.Net.Pubnub/RingCentral.Net.Pubnub.csproj

cd RingCentral.Net.Pubnub
nuget pack

Reference: Quickstart: Create and publish a package using Visual Studio (.NET Framework, Windows)

About

RingCentral SDK for .NET

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 96.5%
  • JavaScript 3.5%