Add access to new Hetzner API for managing storage boxes, update to current state of Hetzner's Cloud API description.
Changes in the release:
- BREAKING: Added field
category
toServerType
. - BREAKING: Removed
ActionWithOptionalError
(usingAction
) type as the server now correctly returns the error field. - BREAKING: Field
base_path
ofConfiguration
replaced bybase_path_mapping: HashMap<String, String>
to map API base paths separately. - Added access to new Hetzner API through
storage_box_types_api
andstorage_boxes_api
for managing storage boxes. - Examples: Added examples for using the new storage box types and storage box APIs.
- Doc: Updated several docstrings.