Skip to content

Commit 1ba0300

Browse files
committed
Implement Resources Servers & Server, ServerTypes & ServerType
1 parent 057e3da commit 1ba0300

169 files changed

Lines changed: 43635 additions & 71 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
"type": "library",
55
"require": {
66
"php": ">=7.0.0",
7-
"guzzlehttp/guzzle": "^6.3"
7+
"guzzlehttp/guzzle": "^6.3",
8+
"tightenco/collect": "^5.5"
89
},
910
"require-dev": {
10-
"phpunit/phpunit": "^6.5"
11+
"phpunit/phpunit": "^6.5",
12+
"phpdocumentor/phpdocumentor": "2.*"
1113
},
1214
"license": "MIT",
1315
"authors": [

docs/.htaccess

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Fixes a vulnerability in CentOS: http://stackoverflow.com/questions/20533279/prevent-php-from-parsing-non-php-files-such-as-somefile-php-txt
2+
<FilesMatch \.php\.txt$>
3+
RemoveHandler .php
4+
ForceType text/plain
5+
</FilesMatch>

docs/classes/LKDev.HetznerCloud.APIException.html

Lines changed: 659 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/LKDev.HetznerCloud.Clients.GuzzleClient.html

Lines changed: 612 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/LKDev.HetznerCloud.HetznerAPIClient.html

Lines changed: 863 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/LKDev.HetznerCloud.Models.Actions.Action.html

Lines changed: 945 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/LKDev.HetznerCloud.Models.Actions.Actions.html

Lines changed: 873 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/LKDev.HetznerCloud.Models.Datacenters.Datacenter.html

Lines changed: 570 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/LKDev.HetznerCloud.Models.Datacenters.Datacenters.html

Lines changed: 570 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/LKDev.HetznerCloud.Models.FloatingIps.FloatingIp.html

Lines changed: 570 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)