You will need a valid access token to successfully authenticate to Backend.Public API.
~/Backend.Public/examples/nodejs/config.json
for Node JS~/Backend.Public/examples/csharp/Backend.Public.Examples/Backend.Public.Examples/app.config
for C#app.config.original
and config.json.original
In order to run the node examples make sure you have node installed on your machine.
You can verify this opening cmd and typing
node -v
To run the examples, navigate to the examples folder and run the scripts
cd ~/Backend.Public/examples/nodejs/
npm -i
node get-calendars.js
To run the C# examples make sure you have Net Core Runtime 3.1 installed on your system.
can verify this opening cmd and typing
dotnet --version
To run the examples navigate to the example folder and open the solution
cd ~/Backend.Public/examples/csharp/Backend.Public.Examples/Backend.Public.Examples
dotnet run Backend.Public.Examples.csproj
You can also open the solution file
~/Backend.Public/examples/csharp/Backend.Public.Examples/Backend.Public.Examples.sln
using Visual Studio IDE