All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.0 - 2023-09-11
- Add
dataset_terms_url()
anddataset_manual_url()
functions. - Add
File.url()
,File.download()
, andScene.download_all_files()
functions. - Add
api.scene_file_url()
andapi.scene_thumbnail_url()
functions - Add
api.scene_files()
andapi.scene_thumbnails()
functions. - Add
scene()
function. - Add "Getting Started" page to documentation.
- Fix HTTP status 422 error of
search()
.
- Improve the module structure.
0.2.0 - 2023-09-10
- Add
search()
function. - Add
datasets()
anddataset(id)
functions. - Add the documentation pages built by
mkdocs
.
0.1.0 - 2023-09-09
- Initial release