har2api - v0.1.0
    Preparing search index...

    Interface ApiModel

    The full inferred API.

    interface ApiModel {
        auth: AuthScheme;
        operations: OperationModel[];
        servers: string[];
    }
    Index

    Properties

    operations: OperationModel[]
    servers: string[]

    Inferred base server URL (scheme + host), if all entries agree.