Datasets

Datasets

new Datasets(configuration)

Source:
Datasets
Parameters:
Name Type Description
configuration Object
Properties
Name Type Description
projectId string Your DataGraphs project id
apiKey string Your DataGraphs application API Key
clientId string Your DataGraphs application client id
clientSecret string Your DataGraphs application client secret

Methods

all(options) → {DatasetSearchResults}

Source:
Get all datasets
Parameters:
Name Type Description
options Object
Properties
Name Type Attributes Default Description
pageSize number <optional>
10 Number of results to return per page
pageNo number <optional>
1 Which page of results to return
sort string <optional>
Sort order in the format {property1}:{asc|desc},{property2}:{asc|desc}
nextPageToken string <optional>
Token that can be used to fetch the next page of results
previousPageToken string <optional>
Token that can be used to fetch the previous page of results
Returns:
Search Results
Type
DatasetSearchResults