Skip to content

default

default: (apiURL) => ClientStrategy<object>

Defined in: astrobase/src/http/http.client.ts:16

Creates an ClientStrategy for a HTTP API.

string

The full URL of the target HTTP API, e.g. http://localhost:3000/astrobase.

ClientStrategy<object>