openapi-tui 0.10.2

This TUI allows you to list and browse APIs described by the openapi specification.
1
2
3
4
pub struct Request {
  pub operation_id: String,
  pub request: reqwest::Request,
}