Skip to content

FetchOptionsBuilder🔗

Constructor🔗

new FetchOptionsBuilder()

Methods🔗

build🔗

Builds the object.

build()

body🔗

body(body: string)

headers🔗

headers(headers: string[][])

method🔗

method(method: dashboardv2beta1.HttpRequestMethod)

queryParams🔗

These are 2D arrays of strings, each representing a key-value pair

We are defining them this way because we can't generate a go struct that

that would have exactly two strings in each sub-array

queryParams(queryParams: string[][])

url🔗

url(url: string)

See also🔗