To access the platform and get your access keys, go to the developer portal and create a free account.
Available samples:
- AspNetCore sample using WebApi
- Nodejs sample using NPM package
Prerequisites:
- install npm
Go to the nodejs directory.
In the revocation-test.js
file, uncomment the test you would like to run.
Run these commands
npm install
node revocation-test.js
The package is available for .netstandard2.0
and up.
dotnet add package Trinsic.ServiceClients
The package contains type definitions for typescript.
npm install --save @trinsic/service-clients
Please open an issue in this repo for any questions or issues running these packages.