The Angular SDK lets you call the SailPoint APIs from an Angular application. The
package name on npm is @sailpoint/angular-sdk.
Read the SDK documentation on developer.sailpoint.com. It covers installation, authentication, configuration, and code examples for every SailPoint SDK.
npm install @sailpoint/angular-sdkThis repository holds the generator that builds the SDK from the SailPoint API specifications. It also holds the generated sources.
| Path | Purpose |
|---|---|
sdk-output/ |
The generated library. This is the package published to npm. |
sdk-resources/ |
The generator script and its configuration files. |
sample-app/ |
A small Angular application that consumes the built SDK. |
api-specs/ |
The API specifications, cloned by make specs. Not committed. |
To build the library locally, clone the specifications and run the generator:
make specs
make buildThen build and test the Angular package:
make testThe SailPoint Developer Relations Team works to improve this SDK. But the community itself is the resource that matters most. We welcome any input, feedback, and direct contribution you can provide, big or small.
Read our contribution guidelines to learn about the different ways you can contribute. You must sign our CLA before you contribute.
Distributed under the MIT License. Refer to the license for more information.
We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community. Read our code of conduct to learn more.