generator-purecloud-api-c-console
v0.0.1
Published
C# Windows console app with PureCloud API.
Downloads
3
Readme
PureCloud-C-Console is a sample C# application which acts like a service. It uses client-credintentials to log-in to the PureCloud organization. Attached sample function "GetUsers" from PureCloud.
Project uses NuGet, so all references will be added automatically during first Build or manual selected option "Restore NuGet packages"
To run this application, just start "app.exe", quick help will be displayed if arg /help will be provided.
To override log-in provide following parameters
app.exe /clientid=XXXX /clientsecret=XXXX /env=mypurecloud.ie
By default application will use credentials saved during package generation.