Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ExportPdfReport

Index

Properties

Properties

endpoint

endpoint: string

The HTTP url to upload the data.

Optional headers

headers: string[][]

List of headers to be submitted with the upload request. You may use this field to provide additional request headers, such as "Authorization" header.

Example: [["header-key1", "header-value1"], ["header-key2", "header-value2"]]

verb

verb: string

The HTTP verb (also called "HTTP Methods") to upload the data to your specified endpoint.

Generated using TypeDoc