slbruce

Micro Focus Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-03-13
14:07
1185 views
Java and Node.js SDKs available for the ALM Octane REST API
Hi
Two SDKs are available to help you integrate with ALM Octane's open REST API.
- Java REST API SDK
Available from the maven repository using the following code in the pom.xml:
<dependency> <groupId>com.hpe.adm.nga.sdk</groupId> <artifactId>sdk-src</artifactId> <version>12.53.16</version> </dependency>
The Source code is available at https://github.com/HPSoftware/ALMOctaneJavaRESTSDK
See the README and JavaDocs for more information
- Node.js REST API SDK
Available from NPM using
npm i hpe-alm-octane-js-rest-sdk
The Source code is available at https://github.com/HPSoftware/alm-octane-js-rest-sdk
Both projects are there to help developers integrate with the REST API without worrying too much about the underlying REST and HTTP code.
If you have any questions you can open an issue in GitHub above or send a message to this forum.
Enjoy!
0 Replies