Client Libraries and Language Bindings๏ƒ

This page lists client libraries for different programming languages which allow you to interact with the StackStorm API.

Official Client Libraries๏ƒ

Those libraries are developed and maintained by StackStorm developers.

JavaScript (client side, backend)๏ƒ

This library works on the server side (Node.js) and inside the browser.

Source code

https://github.com/StackStorm/st2client.js

Package

https://www.npmjs.com/package/st2client

Installation:

npm install st2client

Unofficial Client Libraries๏ƒ

Those libraries are developed and maintained by StackStorm community members.

PowerShell module๏ƒ

Provides a client to talk to a StackStorm API via PowerShell.

Source code

https://github.com/tonybaloney/St2Client

Package

https://www.nuget.org/packages/St2.Client/

Docs

http://st2client.readthedocs.io/en/latest/powershell/

Installation:

Install-Package St2.Client.PowerShell