Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zxdong262/rc-csharp-sdk-demo

Demo app with RingCentral C# SDK
https://github.com/zxdong262/rc-csharp-sdk-demo

csharp demo ringcentral sdk

Last synced: about 1 month ago
JSON representation

Demo app with RingCentral C# SDK

Awesome Lists containing this project

README

        

# rc-csharp-sdk-demo

Demo app, play with [RingCentral Csharp SDK](https://github.com/ringcentral/RingCentral.Net)

## Run

```bash
git clone [email protected]:zxdong262/rc-csharp-sdk-demo.git
cd rc-csharp-sdk-demo

# create .env
cp .sample.env .env

# fill all fields in .env, make sure you app support password flow, a private mobile app would do
# you can check this image https://cloud.githubusercontent.com/assets/733544/18026560/b93e5356-6c7d-11e6-92a9-d35d28325e69.png

# run it
dotnet run

# will show
Hello World!
RingCentral.GetAccountInfoResponse
```