Logic Apps .NET SDK available
Published date: August 28, 2015
Today we are releasing the Logic Apps .NET SDK on nuget.org. The SDK makes it easy to programmatically manage your Logic Apps if you use C#.You can download the SDK now. It allows you to:
- Authenticate interactively via a sign-in dialog or in the background by using an Azure Active Directory application
- List and get details for all of the Logic Apps in your subscription
- Enable, disable, or even run programmatically your Logic Apps
- Get the run details, including how long runs took and their statuses
- Get action and trigger details, including the full inputs and outputs of every operation