Skip to content

Commit

Permalink
[RFR]: Added Origin CA Certificate endpoint (#123)
Browse files Browse the repository at this point in the history
* Added Certificate endpoint

* Implement all calls in /certificates endpoint

* Added to travis more php versions

* Fix package compatibility

* Added CertificateTest

* Added test for Certificate endpoint

* Added more tests

* Updated README

Co-authored-by: haphan <[email protected]>
  • Loading branch information
haphan and haphan authored Jul 7, 2020
1 parent fab493d commit 6d9b4dd
Show file tree
Hide file tree
Showing 12 changed files with 654 additions and 240 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ language: php
php:
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
- nightly

jobs:
allow_failures:
- php: 7.4
- php: nightly

before_install:
- composer self-update
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Each API call is provided via a similarly named function within various classes
- [ ] Organization Administration
- [x] [Railgun](https://www.cloudflare.com/railgun/) administration
- [ ] [Keyless SSL](https://blog.cloudflare.com/keyless-ssl-the-nitty-gritty-technical-details/)
- [ ] [Origin CA](https://blog.cloudflare.com/universal-ssl-encryption-all-the-way-to-the-origin-for-free/)
- [x] [Origin CA](https://blog.cloudflare.com/universal-ssl-encryption-all-the-way-to-the-origin-for-free/)
- [x] Crypto
- [x] Load Balancers
- [x] Firewall Settings
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "5.7.5",
"phpunit/phpunit": "^5.7",
"phpmd/phpmd" : "@stable",
"friendsofphp/php-cs-fixer": "^2.6"
},
Expand Down
Loading

0 comments on commit 6d9b4dd

Please sign in to comment.