uploadcare-php
uploadcare-php copied to clipboard
Update to API v0.7
Description
Update all
Checklist
- [x] Tests (if applicable)
- [x] Documentation (if applicable)
- [x] Changelog stub (or use conventional commit messages)
Codecov Report
Base: 92.04% // Head: 85.94% // Decreases project coverage by -6.10% :warning:
Coverage data is based on head (
d68dc97) compared to base (1daaff0). Patch coverage: 75.68% of modified lines in pull request are covered.
Additional details and impacted files
@@ Coverage Diff @@
## develop #195 +/- ##
=============================================
- Coverage 92.04% 85.94% -6.11%
- Complexity 767 940 +173
=============================================
Files 54 71 +17
Lines 1823 2262 +439
=============================================
+ Hits 1678 1944 +266
- Misses 145 318 +173
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/Apis/ProjectApi.php | 83.33% <ø> (ø) |
|
| src/AuthUrl/AuthUrlConfig.php | 100.00% <ø> (ø) |
|
| src/Client/ClientFactory.php | 100.00% <ø> (ø) |
|
| src/Conversion/ConvertedCollection.php | 66.66% <ø> (ø) |
|
| src/Conversion/DocumentConversionRequest.php | 92.59% <ø> (ø) |
|
| src/Conversion/VideoEncodingRequest.php | 96.00% <ø> (ø) |
|
| src/Conversion/VideoUrlBuilder.php | 100.00% <ø> (ø) |
|
| src/File/ContentInfo/Audio.php | 100.00% <ø> (ø) |
|
| src/File/ContentInfo/ImageInfo.php | 100.00% <ø> (ø) |
|
| src/File/FileCollection.php | 100.00% <ø> (ø) |
|
| ... and 66 more |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Proposal for changelog @rsedykh
## [4.0.0]
### Removed
- php 7.1 support (minimal version is 7.4, php 8.0 also supported)
### Added
- support for [REST API Reference 0.7](https://uploadcare.com/api-refs/rest-api/v0.7.0/)
- methods for request object recognition and background removal
- `appdata` and `content_info` interfaces