Abstractthe URL helper type
the result data type
Constructor.
If api is a Net.SolarQueryApi and no authBuilder is provided, the Net.SolarQueryApi#publicQuery
property will be automatically set to true.
the URL helper to use
OptionalauthBuilder: AuthorizationV2Builderthe auth builder to authenticate requests with; if not provided then only public data can be queried
Protected ReadonlyapiThe URL helper instance to use.
Protected Optional ReadonlyauthAn authorization builder to use to make authenticated HTTP requests.
AbstractfetchProtectedrequestorCreate a URL fetch requestor.
The returned function can be passed to d3.queue or invoked directly.
the URL to request.
OptionalsignUrl: stringthe URL to sign (might be different to url if a proxy is used)
Optionaldelay: numberan optional number of milliseconds to sleep before initiating the request
a function that accepts a callback argument
An abstract class for JSON client support.