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
- Host: GitHub
- URL: https://github.com/kuflow/kuflow-sdk-dotnet
- Owner: kuflow
- License: mit
- Created: 2023-05-11T11:18:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T14:16:53.000Z (over 1 year ago)
- Last Synced: 2025-01-27T10:45:00.861Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 240 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/kuflow/kuflow-sdk-dotnet/blob/master/LICENSE)
[](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)