Allows customers to easily access the Okta API
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.
See Docs
docker run --rm -v $(pwd):$(pwd) -w $(pwd) openapitools/openapi-generator-cli generate \
--input-spec api.yaml \
--generator-name rust \
--output out
out/src
over src
and out/docs
over docs
::models
with crate::models
and ::apis
with crate::apis
__
with _
supercrate
with crate
apis::configuration::Configuration