Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 926 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 926 Bytes

Samples for using Trinsic Service Client packages

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

How to run the NodeJs Samples

Prerequisites:

  • install npm

Revocation Sample

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

Packages

Nuget

The package is available for .netstandard2.0 and up.

dotnet add package Trinsic.ServiceClients

NPM

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.