Constructor.
the API helper to use
the filter(s) to find the sources for
Optional
authBuilder: AuthorizationV2Builderthe auth builder to authenticate requests with; if not provided then only public data can be queried; when provided a pre-signed key must be available
Protected
Readonly
apiThe URL helper instance to use.
Protected
Optional
Readonly
authAn authorization builder to use to make authenticated HTTP requests.
Asynchronously find the available sources using a callback.
the callback function to invoke with the results
this object
Protected
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)
Optional
delay: numberan optional number of milliseconds to sleep before initiating the request
a function that accepts a callback argument
Class to find the available datum sources for a set of node datum URL helpers.
This helper is useful for finding what source IDs are avaialble for a set of nodes. It returns an object with node ID properties with associated source ID array values, for example:
Example
Example
Example