File

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

Index

Properties

Indexable

[key: string]: any

Properties

category
category: string
Type : string
Optional
expanded
expanded: boolean
Type : boolean
Optional
feature
feature: string
Type : string
Optional
lang
lang: string
Type : string
Optional
offering
offering: string
Type : string
Optional
phenomenon
phenomenon: string
Type : string
Optional
platformTypes
platformTypes: string
Type : string
Optional
procedure
procedure: string
Type : string
Optional
service
service: string
Type : string
Optional
valueTypes
valueTypes: string
Type : string
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 ""