NAME

WWW::Hetzner::Storage - Perl client for Hetzner Storage Box API

VERSION

version 0.101

SYNOPSIS

use WWW::Hetzner::Storage;

my $storage = WWW::Hetzner::Storage->new(
    token => $ENV{HETZNER_API_TOKEN},
);

my $boxes = $storage->storage_boxes->list;

DESCRIPTION

This module provides access to Hetzner's Storage Box API.

token

Hetzner API token. Defaults to HETZNER_API_TOKEN.

base_url

Base URL for the Storage Box API. Defaults to https://api.hetzner.com/v1.

storage_boxes

Returns a WWW::Hetzner::Storage::API::StorageBoxes instance.

storage_box_types

Returns a WWW::Hetzner::Storage::API::StorageBoxTypes instance.

actions

Returns a WWW::Hetzner::Storage::API::Actions instance.

SEE ALSO

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-www-hetzner/issues.

IRC

Join #kubernetes on irc.perl.org or message Getty directly.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHOR

Torsten Raudssus <torsten@raudssus.de>

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.