# Rust API client for ory-oathkeeper-client ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. For more information, please visit [https://www.ory.am](https://www.ory.am) ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client. - API version: v0.40.8 - Package version: v0.40.8 - Generator version: 7.7.0 - Build package: `org.openapitools.codegen.languages.RustClientCodegen` ## Installation Put the package under your project folder in a directory named `ory-oathkeeper-client` and add the following to `Cargo.toml` under `[dependencies]`: ``` ory-oathkeeper-client = { path = "./ory-oathkeeper-client" } ``` ## Documentation for API Endpoints All URIs are relative to *http://localhost* Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- *ApiApi* | [**decisions**](docs/ApiApi.md#decisions) | **GET** /decisions | Access Control Decision API *ApiApi* | [**get_rule**](docs/ApiApi.md#get_rule) | **GET** /rules/{id} | Retrieve a Rule *ApiApi* | [**get_well_known_json_web_keys**](docs/ApiApi.md#get_well_known_json_web_keys) | **GET** /.well-known/jwks.json | Lists Cryptographic Keys *ApiApi* | [**list_rules**](docs/ApiApi.md#list_rules) | **GET** /rules | List All Rules *HealthApi* | [**is_instance_alive**](docs/HealthApi.md#is_instance_alive) | **GET** /health/alive | Check alive status *HealthApi* | [**is_instance_ready**](docs/HealthApi.md#is_instance_ready) | **GET** /health/ready | Check readiness status *VersionApi* | [**get_version**](docs/VersionApi.md#get_version) | **GET** /version | Get service version ## Documentation For Models - [GenericError](docs/GenericError.md) - [HealthNotReadyStatus](docs/HealthNotReadyStatus.md) - [HealthStatus](docs/HealthStatus.md) - [JsonWebKey](docs/JsonWebKey.md) - [JsonWebKeySet](docs/JsonWebKeySet.md) - [Rule](docs/Rule.md) - [RuleHandler](docs/RuleHandler.md) - [RuleMatch](docs/RuleMatch.md) - [Upstream](docs/Upstream.md) - [Version](docs/Version.md) To get access to the crate's generated documentation, use: ``` cargo doc --open ``` ## Author hi@ory.am