module@warp-drive/utilities
Interface GenericUrlOptions
Defined in: index.ts:396
buildBaseURL options for building a URL directly from a resourcePath without an associated request operation.
Properties
host?
ts
optional host?: string;Defined in: index.ts:404
Overrides the globally configured host for this call only.
namespace?
ts
optional namespace?: string;Defined in: index.ts:408
Overrides the globally configured namespace for this call only.
resourcePath
ts
resourcePath: string;Defined in: index.ts:400
The path segment for the resource.