Class

OsduQueryService

OsduQueryService(osdu_client, data_partition)

Class that provides named access to OSDU Query endpoints

Constructor

# new OsduQueryService(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/query/index.js, line 11