Abstract
Constructor.
Optional
authBuilder: AuthorizationV2Builderthe auth builder to authenticate requests with; if not provided then only public data can be queried
Protected
Readonly
apiThe API instance to use.
Protected
Optional
Readonly
authAn authorization builder to use to make authenticated HTTP requests.
Abstract
fetchProtected
requestorCreate a URL fetch requestor.
The returned function can be passed to d3.queue
or invoked directly.
the URL to request.
Optional
signUrl: stringthe URL to sign (might be different to url
if a proxy is used)
a function that accepts a callback argument
An abstract class for JSON client support.