Class

OsduDatasetService

OsduDatasetService(osdu_client, data_partition)

Class that provides named access to OSDU Dataset endpoints

Constructor

# new OsduDatasetService(osdu_client, data_partition)

Parameters:
Name Type Description
osdu_client BaseOsduClient

An implementation of the OSDU client class to broker communication with the OSDU API

data_partition string

The data partition against which requests will be made

View Source service/dataset/index.js, line 11