alphvl / camunda-csharp-client

Small (hacky!) client library wrapping around the Camunda REST API. Use to get started or demo - but note that this code is not supported or build for production!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A sample Camunda Client Class Library

This Class Library Camunda Client is not meant to be a re-usable, stable component. It is meant to serve as example and can be a starting point for your own code. Feel free to copy and modify the code, as it is released under Apache License you can do what you want with the code.

It uses the Camunda REST API under the hood.

It is available as NuGet Package: BerndRuecker.Sample.CamundaClient.

This is just a sample developed for a showcase and not supported in any way.

Camunda C# examples using this library

Build NuGet Packages

As I always forget - here how I build NuGet Packages:

About

Small (hacky!) client library wrapping around the Camunda REST API. Use to get started or demo - but note that this code is not supported or build for production!

License:Apache License 2.0


Languages

Language:C# 100.0%