Class

OsduService

OsduService(osdu_client, data_partition)

Housing class that provides named access to all OSDU endpoints via child services

Constructor

# new OsduService(osdu_client, data_partition)

Sets up the sub-component services

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/service.js, line 14