collaboflow-rs-0.0.10 has been yanked.
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.63+
Importing
The driver is available on crates.io.
To use the driver in your application, simply add it to your project's Cargo.toml
.
[]
= "0.0.10"
Example Usage
[]
= "0.0.10"
= "1.22.0"
use ;
async
Support APIs
Document
- getDocumentOverview
- requestDocument
- putDocumentStatus
- deleteDocument
- getDeterms
- getDocumentContents
- simulateDeterms
- searchDocument
MyStatus
Form
User
- getUsers
- Query
fields
is not supported.
- Query
- postUser
- getUser
- putUser
- deleteUser
Group
- getGroups
- Query
fields
is not supported.
- Query
- postGroup
- getGroup
- putGroup
- deleteGroup
Title
- getTitles
- Query
fields
is not supported.
- Query
- postTitle
- getTitle
- putTitle
- deleteTitle
LICENSE
This project is licensed under the MIT license.