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 year ago
JSON representation
Demo app with RingCentral C# SDK
- Host: GitHub
- URL: https://github.com/zxdong262/rc-csharp-sdk-demo
- Owner: zxdong262
- License: mit
- Created: 2019-03-05T08:23:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T06:01:29.000Z (about 7 years ago)
- Last Synced: 2025-02-04T16:19:17.129Z (over 1 year ago)
- Topics: csharp, demo, ringcentral, sdk
- Language: C#
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 git@github.com: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
```