getPresignedURL: Upload DATIM Export to PDAP Title

View source: R/utilsForPDAP.R

getPresignedURLR Documentation

Upload DATIM Export to PDAP Title

Description

Upload DATIM Export to PDAP Title

Usage

getPresignedURL(
  job = "PDAPAPIDomainName",
  endpoint = "/jobs/presignedurl",
  job_type = "target_setting_tool",
  destination = "processed",
  file_suffix = "csv"
)

Arguments

job

Name of the job, i.e. PDAPAPIDomainName

endpoint

Path of the endpoint, i.e. /jobs/presignedurl

job_type

Type of job to get, i.e. 'target_setting_tool'

destination

Destination of the file, i.e. 'processed'

file_suffix

Suffix of the file, i.e. 'csv'

Value

Returns the presigned URL list (file_key, presigned_url, expiration time)


pepfar-datim/datapackr documentation built on Oct. 12, 2024, 3:33 p.m.