eio-okta-api

Crates.ioeio-okta-api
lib.rseio-okta-api
version
sourcesrc
created_at2024-12-11 06:16:05.290799
updated_at2024-12-11 06:16:05.290799
descriptionAPI Types for Okta
homepagehttps://github.com/rancher-eio/okta-sync
repositoryhttps://github.com/rancher-eio/okta-sync
max_upload_size
id1479611
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Chris Olstrom (colstrom)

documentation

README

okta-api - API Types for Okta

This crate contains API definitions for working with the Okta API.

Notably, it does not provide an implementation of anything that uses these types.

This crate is intended to be used to to produce and validate tools that are compatible with the the Okta API, either server or client implementations.

At this point, the types are hand-written, and even those on an as-needed basis (Pull Requests welcome!). A longer-term goal of this crate is to be able to be generated from the Okta Management API OpenAPI Specification.

Commit count: 2

cargo fmt