youthweb / php-youthweb-api

🔌 PHP Youthweb API is an object-oriented wrapper for PHP of the Youthweb API.
GNU General Public License v3.0
3 stars 1 forks source link

Replace HttpClient with PSR-18 HTTP client #26

Closed Art4 closed 1 year ago

Art4 commented 1 year ago

See https://www.php-fig.org/psr/psr-18/

This is a breaking change.

codecov[bot] commented 1 year ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (c75fce2) compared to base (0a81052). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## v0.x #26 +/- ## =========================================== Coverage 100.00% 100.00% + Complexity 79 75 -4 =========================================== Files 8 10 +2 Lines 240 242 +2 =========================================== + Hits 240 242 +2 ``` | [Impacted Files](https://codecov.io/gh/youthweb/php-youthweb-api/pull/26?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=youthweb) | Coverage Δ | | |---|---|---| | [src/Client.php](https://codecov.io/gh/youthweb/php-youthweb-api/pull/26?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=youthweb#diff-c3JjL0NsaWVudC5waHA=) | `100.00% <100.00%> (ø)` | | | [src/Exception/ErrorResponseException.php](https://codecov.io/gh/youthweb/php-youthweb-api/pull/26?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=youthweb#diff-c3JjL0V4Y2VwdGlvbi9FcnJvclJlc3BvbnNlRXhjZXB0aW9uLnBocA==) | `100.00% <100.00%> (ø)` | | | [src/Exception/UnauthorizedException.php](https://codecov.io/gh/youthweb/php-youthweb-api/pull/26?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=youthweb#diff-c3JjL0V4Y2VwdGlvbi9VbmF1dGhvcml6ZWRFeGNlcHRpb24ucGhw) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=youthweb). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=youthweb)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.