| Crates.io | ory-oathkeeper-client |
| lib.rs | ory-oathkeeper-client |
| version | 25.4.0 |
| created_at | 2021-05-13 12:32:52.174167+00 |
| updated_at | 2025-11-09 17:10:28.668609+00 |
| description | OpenAPI API client for Ory Oathkeeper, a cloud native Identity & Access Proxy and Access Control Decision API that authenticates, authorizes, and mutates incoming HTTP(s) requests. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 396921 |
| size | 106,916 |
Documentation for all of Ory Oathkeeper's APIs.
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.
org.openapitools.codegen.languages.RustClientCodegenPut 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" }
All URIs are relative to http://localhost
| Class | Method | HTTP request | Description |
|---|
ApiApi | decisions | GET /decisions | Access Control Decision API ApiApi | get_rule | GET /rules/{id} | Retrieve a Rule ApiApi | get_well_known_json_web_keys | GET /.well-known/jwks.json | Lists Cryptographic Keys ApiApi | list_rules | GET /rules | List All Rules MetadataApi | get_version | GET /version | Return Running Software Version. MetadataApi | is_alive | GET /health/alive | Check HTTP Server Status MetadataApi | is_ready | GET /health/ready | Check HTTP Server and Database Status
To get access to the crate's generated documentation, use:
cargo doc --open