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 downloadGenerating the SDKs:
npm run build-
Create a new tag matching the IDaaS release version.
git tag v5.XX git push --tags
-
Create GitHub Release