pygeodes.utils.request.AsyncRequestMaker#

class pygeodes.utils.request.AsyncRequestMaker(api_key: str, base_url: str)[source]#

Bases: RequestMaker

__init__(api_key: str, base_url: str)#

Methods

__init__(api_key, base_url)

control(response)

download_files(endpoints, outfiles, checksums)

download_files_async(endpoints, outfiles)

get(endpoints[, headers])

get_async(endpoints, headers)

get_full_url(endpoint)

post(endpoints, datas[, headers])

post_async(endpoints, headers, datas)