Skip to main content
Module

x/aws_api/client/endpoints.ts>FixedBaseEndpointResolver

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Latest
class FixedBaseEndpointResolver
implements EndpointResolver
import { FixedBaseEndpointResolver } from "https://deno.land/x/aws_api@v0.8.1/client/endpoints.ts";

A simple EndpointResolver which always uses the given base URL, unconditionally appending the given request path. Intended for 'localhost' and other small-scale API mocks.

Constructors

new
FixedBaseEndpointResolver(baseUrl: string)

Properties

readonly
baseUrl: URL