We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53337da commit 4578a81Copy full SHA for 4578a81
examples/bootstrap.php
@@ -1,5 +1,5 @@
1
<?php
2
require_once __DIR__.'/../vendor/autoload.php';
3
-$apiKey = 'ggI0ugb0UTzKxszLzl6KwuydkzJ1eM9Pp3gqQeLP0ZQEfhEZs8oLjxDmYtlLHdQJ';
+$apiKey = '{InsertApiTokenHere}';
4
5
$hetznerClient = new \LKDev\HetznerCloud\HetznerAPIClient($apiKey);
0 commit comments