Collaboflow REST API Client
A Collaboflow REST API client for Rust language.
This is not an official crate, just a hobby project.
Installation
Requirements
- Rust 1.65.0+
Importing
The driver is available on crates.io.
To use the driver in your application, simply add it to your project's Cargo.toml
.
[]
= "1.0.1"
Example Usage
[]
= "1.0.1"
= "1.40.0"
use ;
async
Support APIs
Document
- getDocumentOverview
- requestDocument
- putDocumentStatus
- deleteDocument
- getDeterms
- getDocumentContents
- simulateDeterms
- searchDocument
MyStatus
File
Form
User
Group
Title
LICENSE
This project is licensed under the MIT license.