workos 0.8.1

Rust SDK for interacting with the WorkOS API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod create_organization;
mod delete_organization;
mod get_organization;
mod get_organization_by_external_id;
mod list_organizations;
mod update_organization;

pub use create_organization::*;
pub use delete_organization::*;
pub use get_organization::*;
pub use get_organization_by_external_id::*;
pub use list_organizations::*;
pub use update_organization::*;