An open API service indexing awesome lists of open source software.

https://github.com/kuflow/kuflow-sdk-dotnet

KuFlow Engine Client for .Net
https://github.com/kuflow/kuflow-sdk-dotnet

Last synced: 3 months ago
JSON representation

KuFlow Engine Client for .Net

Awesome Lists containing this project

README

          

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/kuflow/kuflow-sdk-dotnet/blob/master/LICENSE)
[![NuGet](https://img.shields.io/nuget/v/kuflow.rest.svg)](https://www.nuget.org/packages/KuFlow.Rest/)

Mono repo for all .Net modules provided by KuFlow.

## Modules

### Rest Client

This is a client for the KuFlow API Rest that allows you to interact with our API in a comfortable way in the creation of your workers and tools.

In the `kuflow-rest` path there is a readme with information about the module.

The module is published in [NuGet](https://www.nuget.org/packages/KuFlow.Rest/) for its use.

#### Installation

Install from NuGet.

```bash
dotnet add package KuFlow.Rest
```

## Documentation

More detailed docs are available in the [documentation pages](https://docs.kuflow.com/developers/).

## Contributing

We are happy to receive your help and comments, together we will dance a wonderful KuFlow. Please review our [contribution guide](CONTRIBUTING.md) as well as the **Readme** and **Contribution** guides in each module of this repository.

## License

[MIT License](https://github.com/kuflow/kuflow-sdk-dotnet/blob/master/LICENSE)