Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zxdong262/rc-csharp-sdk-demo
- Owner: zxdong262
- License: mit
- Created: 2019-03-05T08:23:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T06:01:29.000Z (almost 6 years ago)
- Last Synced: 2024-10-22T05:18:05.682Z (3 months 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 [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
```