File

libs/core/src/lib/model/internal/http-requests.ts

Index

Properties

Properties

basicAuthToken
basicAuthToken: string
Type : string
Optional
expirationAtMs
expirationAtMs: number
Type : number
Optional
forceUpdate
forceUpdate: boolean
Type : boolean
Optional
export interface ParameterFilter {
    service?: string;
    category?: string;
    offering?: string;
    phenomenon?: string;
    procedure?: string;
    feature?: string;
    valueTypes?: string;
    platformTypes?: string;
    expanded?: boolean;
    lang?: string;
    [key: string]: any;
}

export interface DataParameterFilter extends ParameterFilter {
    format?: string;
    timespan?: string;
    generalize?: boolean;
}

export interface HttpRequestOptions {
    forceUpdate?: boolean;
    basicAuthToken?: string;
    expirationAtMs?: number;
}

result-matching ""

    No results matching ""