heidr TypeDocs - v0.0.7
    Preparing search index...

    Configuration provider for managing API keys and secrets Stores configuration in user's home directory following XDG Base Directory specification

    Index

    Constructors

    Methods

    • Get a nested configuration value using dot notation

      Parameters

      • key: string

        Configuration key in dot notation (e.g., 'dune.apiKey')

      Returns string

    • Get a required configuration value

      Parameters

      • key: string

        Configuration key

      Returns string

      Error if key is not found

    • Remove a configuration value

      Parameters

      • key: string

        Configuration key in dot notation

      Returns void

    • Set a configuration value using dot notation

      Parameters

      • key: string

        Configuration key in dot notation (e.g., 'dune.apiKey')

      • value: string

        Configuration value

      Returns void