File

libs/core/src/lib/model/dataset-api/service.ts

Extends

Parameter

Index

Properties

Properties

apiUrl
apiUrl: string
Type : string
extras
extras: string[]
Type : string[]
href
href: string
Type : string
id
id: string
Type : string
label
label: string
Type : string
quantities
quantities: ServiceQuantities
Type : ServiceQuantities
Optional
supportedmimetypes
supportedmimetypes: SupportedMimeTypes
Type : SupportedMimeTypes
Optional
supportsfirstlatest
supportsfirstlatest: boolean
Type : boolean
Optional
type
type: string
Type : string
version
version: string
Type : string
import { Parameter } from './parameter';

export interface Service extends Parameter {
    id: string;
    href: string;
    label: string;
    version: string;
    extras: string[];
    type: string;
    quantities?: ServiceQuantities;
    supportsfirstlatest?: boolean;
    supportedmimetypes?: SupportedMimeTypes;
    // for internal use:
    apiUrl: string;
}

export interface SupportedMimeTypes {}

export interface ServiceQuantities {
    categories?: number;
    features?: number;
    offerings?: number;
    phenomena?: number;
    procedures?: number;
    stations?: number;
    timeseries?: number;
    platforms?: number;
    datasets?: number;
}

result-matching ""

    No results matching ""