Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 3.14 KB

README.md

File metadata and controls

46 lines (29 loc) · 3.14 KB

Entrust Identity as a Service JavaScript SDK

Build

This repository generates the JavaScript SDKs for the Entrust Identity as a Service Administration and Authentication APIs.

Also included are the Entrust Issuance as a Service APIs.

These are not official SDKs, this is a community project.

Docs

The instructions for installing and using the SDKs are published with the NPM package. See the SDK doc links below.

Documentation SDK Badges
Administration API SDK NPM Version NPM Downloads
Authentication API SDK NPM Version NPM Downloads
Issuance API SDK NPM Version NPM Downloads

Updating

Updating the Swagger files:

npm run download

Generating

Generating the SDKs:

npm run build

Publishing

Publish the SDKs.

npm run publish