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.
- SDKs generated using Open API Generator
- Includes TypeScript definitions
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 | |
Authentication | API | SDK | |
Issuance | API | SDK |
Updating the Swagger files:
npm run download
Generating the SDKs:
npm run build
Publish the SDKs.
npm run publish