default
default: (
apiURL) =>ClientStrategy<object>
Defined in: astrobase/src/http/http.client.ts:16
Creates an ClientStrategy for a HTTP API.
Parameters
Section titled “Parameters”apiURL
Section titled “apiURL”string
The full URL of the target HTTP API, e.g. http://localhost:3000/astrobase.
Returns
Section titled “Returns”ClientStrategy<object>