Commit Graph

184 Commits

Author SHA1 Message Date
indeed-a-genius
2ba05a3ba5 Incorrect listPageRules() conditions for optional parameters 2019-09-17 14:29:22 +02:00
Jens Beltofte
58ba140930 Add method to change SSL certificate pack validation method 2019-09-12 14:50:24 +02:00
Benedict E. Pranata
fd17c57b62 Remove tab character
Line 249
2019-09-12 14:36:55 +07:00
Jens Beltofte
647705b852 Adding comment to suppress boolean argument warning 2019-09-09 21:13:04 +02:00
Jens Beltofte
28e1378506 Add retry option to getSSLVerificationStatus() 2019-09-09 20:56:06 +02:00
dave
d895b50e47 add endpoint for server-side exclude setting 2019-08-12 14:25:33 +03:00
martin
ecbe2fe552 fix codestyle 2019-07-30 23:19:31 +02:00
Martin Pecha
6a80cb69e2 add api token support 2019-07-30 23:06:59 +02:00
Benedict E. Pranata
1e2b630964 Add Delete Zone Method 2019-07-23 13:34:58 +07:00
Vitaliy Dotsenko
22a87e1b91 Moved the action type and paused or not from the signature to the separate class 2019-07-08 21:20:32 +03:00
Vitaliy Dotsenko
68d862f7da Changed return value of the "createFirewallRules" method 2019-07-08 21:16:05 +03:00
Vitaliy Dotsenko
66ec1b318f Changed return value of the "listFirewallRules" method 2019-07-08 14:09:42 +03:00
Vitaliy Dotsenko
29ab101130 Fixed enable the firewall rule by default 2019-06-27 18:26:23 +03:00
Vitaliy Dotsenko
48404cd0ac Added update to Firewall rules 2019-06-27 18:20:34 +03:00
Vitaliy Dotsenko
c5b6bceecb Fixed passing the description and priority of the createFirewallRule method 2019-06-27 18:19:24 +03:00
Vitaliy Dotsenko
89986cfb02 Added Firewall rules endpoints 2019-06-25 11:54:56 +03:00
Junade
b17ae6e7d0 Merge pull request #90 from squeezely/loadbalancers
LoadBalancers + LoadBalancers Pool endpoint integration
2019-06-07 16:27:15 +01:00
Junade
b558622bb5 Merge pull request #92 from exportsmedia/feature-crypto-endpoints
Add Crypto endpoints to crypto.php, update TLS.php
2019-06-07 16:26:32 +01:00
Junade
d913aa827f Merge pull request #94 from exportsmedia/feature-update-security-level
Add Firewall Settings Endpoints, Tests
2019-06-07 16:25:47 +01:00
Kyle Yee
b04abe73bc Feature: add pause 2019-06-06 15:00:57 +08:00
Martijn Smidt
1724b66147 Added check_regions for pool configuration 2019-06-03 11:23:27 +02:00
Michael
7343b7cc46 change param type 2019-05-25 23:02:40 -05:00
Michael
598ba5c1d1 add firewall settings endpoints, tests 2019-05-25 22:53:56 -05:00
Michael
246925dec2 add get dns record id method, test 2019-05-25 22:10:36 -05:00
Michael Markoski
21b3f20fb1 add new line after class 2019-05-25 15:32:18 -05:00
Michael Markoski
45834c0709 add new line after class 2019-05-25 15:32:04 -05:00
Michael Markoski
c44a26fa35 remove whitespace at class end 2019-05-25 15:29:12 -05:00
Michael Markoski
1764856f5b remove whitespace after doc return 2019-05-25 15:25:53 -05:00
Michael Markoski
79ca15c066 split methods to another class to pass CI test 2019-05-25 14:59:29 -05:00
Michael Markoski
fb9d75d94a Add Crypto endpoints to crypto.php, update TLS.php
add php docs for methods

add test class

work on crypto tests

add tls tests

finish crypto tests

update doc returns

add type to parameter
2019-05-22 14:24:37 -05:00
easelify
6a29d75001 Fix updatePageRule() method 2019-05-17 20:18:22 +08:00
Martijn Smidt
99c174bcb3 Added pools class and tests
Small changes in loadbalancer configuration
2019-05-14 11:50:52 +02:00
Martijn Smidt
3cfeedbe4d Added loadbalancers class and tests 2019-05-13 17:05:41 +02:00
Junade
7aa3a118af Merge pull request #78 from linuxjuggler/master
Implementing the User's Account Memberships
2019-05-08 19:56:24 +01:00
Junade
ae2c680e85 Merge pull request #83 from nexxai/patch-1
Feature: Allow creation of ASN access rule
2019-05-08 19:55:33 +01:00
Junade
78eadb9a47 Merge pull request #80 from smalot/smalot-feature-cache-level
Feature: Add cache level methods
2019-05-08 19:55:18 +01:00
Junade
e1c2539d9a Merge pull request #84 from pauladams8/master
Added new TLS & Zone settings Endpoints
2019-05-08 19:52:54 +01:00
Paul Adams
d9c0a27b7d Update ZoneSettings.php
Fixed variable length
2019-03-23 07:46:41 +00:00
Paul Adams
df12f7ba6f Updated to PSR-2 2019-02-26 20:20:13 +00:00
Paul Adams
9d434a23b3 Updated to PSR-2 2019-02-26 20:06:07 +00:00
Paul Adams
f105d38d85 updated TLS.php 2019-02-23 00:18:05 +00:00
Paul Adams
910644f88d Removed file created by mistake 2019-02-23 00:13:29 +00:00
Paul Adams
c394f5ac4d Removed additional directory created by mistake 2019-02-23 00:05:37 +00:00
Paul Adams
e94ab8ddbe Updated TLS.php and added new endpoints to new ZoneSettings.php 2019-02-23 00:02:01 +00:00
Paul Adams
2b25365988 Updated TLS.php and added new endpoints to new ZoneSettings.php 2019-02-22 23:54:14 +00:00
Justin Smith
bd92b2a4c0 Allow creation of ASN access rule
Added setASN() method to allow creation of ASN access rules
2019-02-11 14:44:05 -07:00
Kyle Yee
44eb77f9ca cast response as array instead of object 2019-01-28 11:39:49 +08:00
Kyle Yee
fb45932677 cast result as object 2019-01-28 11:35:58 +08:00
Kyle Yee
dde2de4495 Feature: add accounts end point, add get domains 2019-01-28 11:24:45 +08:00
Sebastien MALOT
6acf09ba82 Feature: Add cache level methods
Add `getCachingLevel` and `setCachingLevel` methods
2019-01-27 14:53:16 +01:00