Skip to content

thanh-doan-fcd/RingCentral.Net

 
 

Repository files navigation

RingCentral.Net

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

Installation

Package is avaiable on NuGet: https://www.nuget.org/packages/RingCentral.Net

You can install it just like you install any other NuGet packages.

If you need PubNub feature, you also need to install one of the following packages:

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\Properties\AssemblyInfo.cs

Rebuild solution

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.9%
  • JavaScript 3.1%