Interface Query

Represent a single query, consisting of an endpoint name and a map of parameters (name and value).

Hierarchy

  • Query

Properties

Properties

endpoint: string

Name of the endpoint.

parameters?: {
    [name: string]: string;
}

Map of filled parameters (name and value).

Type declaration

  • [name: string]: string

Generated using TypeDoc