Skip to content

FetchOptions🔗

Constructor🔗

FetchOptions()

Methods🔗

build🔗

Builds the object.

def build() -> dashboardv2beta1.FetchOptions

body🔗

def body(body: str) -> typing.Self

headers🔗

def headers(headers: list[list[str]]) -> typing.Self

method🔗

def method(method: dashboardv2beta1.HttpRequestMethod) -> typing.Self

query_params🔗

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

def query_params(query_params: list[list[str]]) -> typing.Self

url🔗

def url(url: str) -> typing.Self

See also🔗