Skip to content
module@warp-drive/utilities

Interface QueryUrlOptions

Defined in: index.ts:137

buildBaseURL options for a query request.

Properties

host?

ts
optional host?: string;

Defined in: index.ts:158

Overrides the globally configured host for this call only.


identifier

ts
identifier: object;

Defined in: index.ts:145

The type of the records to query.

type

ts
type: string;

The resource type.


namespace?

ts
optional namespace?: string;

Defined in: index.ts:162

Overrides the globally configured namespace for this call only.


op

ts
op: "query";

Defined in: index.ts:141

The request operation this URL is for.


resourcePath?

ts
optional resourcePath?: string;

Defined in: index.ts:154

The path segment for the resource, defaults to identifier.type if not provided.

Released under the MIT License.