Docs.rs
  • aperture-cli-0.1.1
    • aperture-cli 0.1.1
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • kioku
    • Dependencies
      • anyhow ^1.0.98 normal
      • bincode ^1.3.3 normal
      • clap ^4.5.40 normal
      • dirs ^6.0.0 normal
      • openapiv3 ^2.2.0 normal
      • reqwest ^0.12.21 normal
      • serde ^1.0.219 normal
      • serde_json ^1.0.140 normal
      • serde_yaml ^0.9.34 normal
      • shellexpand ^3.1.1 normal
      • thiserror ^2.0.12 normal
      • tokio ^1.45.1 normal
      • toml ^0.8.23 normal
      • urlencoding ^2.1.3 normal
      • assert_cmd ^2.0.17 dev
      • predicates ^3.1.3 dev
      • serde_json ^1.0.140 dev
      • tempfile ^3.15.0 dev
      • tokio ^1.45.1 dev
      • wiremock ^0.6.4 dev
    • Versions
    • 49.28% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

aperture_cli0.1.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • agent::ApiCapabilityManifest
  • agent::ApiInfo
  • agent::CommandInfo
  • agent::ParameterInfo
  • agent::RequestBodyInfo
  • agent::SecuritySchemeInfo
  • cache::models::CachedApertureSecret
  • cache::models::CachedCommand
  • cache::models::CachedParameter
  • cache::models::CachedRequestBody
  • cache::models::CachedResponse
  • cache::models::CachedSecurityScheme
  • cache::models::CachedSpec
  • cli::Cli
  • config::manager::ConfigManager
  • config::models::AgentDefaults
  • config::models::ApertureSecret
  • config::models::ApiConfig
  • config::models::GlobalConfig
  • config::url_resolver::BaseUrlResolver
  • error::JsonError
  • fs::OsFileSystem
  • spec::transformer::SpecTransformer
  • spec::validator::SpecValidator

Enums

  • agent::SecuritySchemeDetails
  • cli::Commands
  • cli::ConfigCommands
  • config::models::SecretSource
  • error::Error

Traits

  • fs::FileSystem

Functions

  • agent::generate_capability_manifest
  • agent::generate_capability_manifest_from_openapi
  • config::manager::get_config_dir
  • engine::executor::execute_request
  • engine::generator::generate_command_tree
  • engine::loader::load_cached_spec
  • spec::http_methods_iter

Type Aliases

  • spec::HttpMethodsIter