podcastindex
    Preparing search index...

    Interface PodcastIndexConfig

    interface PodcastIndexConfig {
        baseUrl?: string;
        debug?: boolean | DebugOptions;
        key?: string;
        secret?: string;
        userAgent?: string;
    }
    Index

    Properties

    baseUrl?: string
    debug?: boolean | DebugOptions

    Enable debug logging. Pass true for all debug output, or a DebugOptions object for fine-grained control.

    key?: string
    secret?: string
    userAgent?: string