Rust API client for ory-oathkeeper-client

Documentation for all of Ory Oathkeeper's APIs.

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.

Installation

Put the package under your project folder and add the following to Cargo.toml under [dependencies]:

openapi = { path = "./generated" }

Documentation for API Endpoints

All URIs are relative to http://localhost

Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- ApiApi | decisions | GET /decisions | Access Control Decision API ApiApi | getrule | GET /rules/{id} | Retrieve a Rule *ApiApi* | getwellknownjsonwebkeys | GET /.well-known/jwks.json | Lists Cryptographic Keys ApiApi | listrules | GET /rules | List All Rules *MetadataApi* | getversion | GET /version | Return Running Software Version. MetadataApi | isalive | GET /health/alive | Check HTTP Server Status *MetadataApi* | isready | GET /health/ready | Check HTTP Server and Database Status

Documentation For Models

To get access to the crate's generated documentation, use:

cargo doc --open

Author

hi@ory.sh