Crates.io | product-os-connector |
lib.rs | product-os-connector |
version | 0.0.19 |
source | src |
created_at | 2023-08-20 08:17:11.951871 |
updated_at | 2024-06-14 00:33:39.870546 |
description | Product OS : Connector provides a framework for definining a server with APIs, outward API calls, a workflow to pass data along, all using only configuration that can be defined in JSON or Yaml. This flexible and powerful framework is akin to using automation tools like Zapier and IFTTT and tray.io and supports using OpenAPI / Swagger defined APIs. |
homepage | |
repository | |
max_upload_size | |
id | 949261 |
size | 296,534 |
Product OS : Connector provides a framework for definining a server with APIs, outward API calls, a workflow to pass data along, all using only configuration that can be defined in JSON or Yaml. This flexible and powerful framework is akin to using automation tools like Zapier and IFTTT and tray.io and supports using OpenAPI / Swagger defined APIs.
Product OS is a collection of packages that provide different tools and features that can work together to build products more easily for the Rust ecosystem.
Use the Rust crate package manager cargo to install Product OS : Connector.
cargo add product-os-connector
or add Product OS : Connector to your cargo.toml [packages]
section.
product-os-connector = { version = "0.0.19", features = [], default-features = true, optional = false }
Product OS Connector supports a number of features leveraging existing Rust libraries to help connect APIs together using only configuration:
To make the most of Connector, you should use the Product OS : Server crate.
// Feature samples TODO
// Examples TODO
Contributions are not currently available but will be available on a public repository soon.