Rust API client for Okta

Allows customers to easily access the Okta API

Overview

This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.

Documentation for API Endpoints

See Docs

Rebuilding from OpenAPI

  1. Build the client from OpenAPI specs docker run --rm -v $(pwd):$(pwd) -w $(pwd) openapitools/openapi-generator-cli generate \ --input-spec api.yaml \ --generator-name rust \ --output out
  2. Copy out/src over src and out/docs over docs
  3. Replace all ::models with crate::models and ::apis with crate::apis
  4. Replace all __ with _
  5. Replace all supercrate with crate
  6. Add some constructors to apis::configuration::Configuration
  7. Lots of changes for hyper v0.12
  8. Create enums