Class

OsduV2DeliveryService

OsduV2DeliveryService(osdu_client, data_partition)

Class that provides named access to OSDU V2 Delivery endpoints

Constructor

# new OsduV2DeliveryService(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/delivery/v2.js, line 11

Methods

# async getSignedUrls(srns) → {Object}

Get signed urls for the data file underlying the specified OSDU File records

Parameters:
Name Type Description
srns Array.<string>

SRN identifiers of the files for which you wish to retrieve signed urls

View Source service/delivery/v2.js, line 26

The API Response

Object