v1.2.0
- Add
httpClient-Method toLKDev\HetznerCloud\HetznerAPIClient - Add
labels-Property toLKDev\HetznerCloud\Models\FloatingIp\FloatingIP - Add
labels-Property toLKDev\HetznerCloud\Models\Server\Server - Add
labels-Property toLKDev\HetznerCloud\Models\Image\Image - Add
labels-Property toLKDev\HetznerCloud\Models\SSHKey\SSHKey - Add
update-Method to\LKDev\HetznerCloud\Models\FloatingIp\FloatingIp-Model for easily updateing the server meta data$floatingIP->update(['description' => 'my-updated-floating-description','labels' => ['Key' => 'value]);
- Add
update-Method to\LKDev\HetznerCloud\Models\SSHKey\SSHKey-Model for easily updateing the server meta data$floatingIP->update(['name' => 'my-updated-sshkey-name','labels' => ['Key' => 'value]);
- You can now use the
labels-Key on everyupdate-Method, for easily updating the Labels - Add
LKDev\HetznerCloud\RequestOpts- Class for easily customize the request opts. Could be used for filtering with the label selector. - Add the parameter
$requestOptsto allall-Methods