St2Client

A client for the StackStorm API to get actions, packs and execute actions from C#.NET

Build status

Using the C#.NET client

Download packages

The .NET client is available on nuget.org * Release - NuGet

Example

St2Client apiClient = new St2Client("http://12.3.2.3:9100", "http://12.3.2.3:9101", "testu", "testp");
// login and get a token
await apiClient.RefreshTokenAsync();

var actions = await apiClient.Actions.GetActionsAsync();