pygeodes.utils.request.SyncRequestMaker#
- class pygeodes.utils.request.SyncRequestMaker(api_key: str, base_url: str)[source]#
Bases:
RequestMaker- __init__(api_key: str, base_url: str)#
Methods
__init__(api_key, base_url)download_file(endpoint, outfile, checksum[, ...])extract_file_from_archive(archive_url, ...)get(endpoint[, headers])get_full_url(endpoint)list_files_in_archive(archive_url)post(endpoint, data[, headers])