.github/ISSUE_TEMPLATE/🐛-bug-report.md | |
|
|
.github/ISSUE_TEMPLATE/🚀-feature-request.md | |
|
|
.github/workflows/php.yml | |
|
|
.gitignore | |
|
|
LICENCE | |
|
|
README.md | |
|
|
composer.json | |
|
|
composer.lock | |
|
|
phpunit.xml | |
|
|
src/Category.php | 8 | A 0 mins | F 0% |
src/Client.php | 152 | A 0 mins | A 100% |
src/DTO/CategoryDTO.php | 25 | A 0 mins | A 100% |
src/DTO/CategoryWithCoverDTO.php | 22 | A 0 mins | A 100% |
src/DTO/ChannelDTO.php | 21 | A 0 mins | A 100% |
src/DTO/ChannelInfoDTO.php | 25 | A 0 mins | A 100% |
src/DTO/CountersDTO.php | 19 | A 0 mins | A 100% |
src/DTO/OwnerDTO.php | 25 | A 0 mins | A 100% |
src/DTO/ReactionDTO.php | 20 | A 0 mins | A 100% |
src/DTO/SmallCategoryDTO.php | 20 | A 0 mins | A 100% |
src/DTO/StreamInfoDTO.php | 33 | A 0 mins | A 100% |
src/DTO/WebSocketChannelsDTO.php | 31 | A 0 mins | A 100% |
src/Exception/ClientException.php | 7 | A 0 mins | F 0% |
src/Exception/ExceptionFactory.php | 20 | A 0 mins | A 100% |
src/Exception/ForbiddenException.php | 9 | A 0 mins | A 100% |
src/Exception/InternalServerErrorException.php | 9 | A 0 mins | A 100% |
src/Exception/InvalidParamException.php | 9 | A 0 mins | A 100% |
src/Exception/NotFoundException.php | 9 | A 0 mins | A 100% |
src/Exception/ParseJsonException.php | 10 | A 0 mins | A 100% |
src/Exception/RateLimitExceededException.php | 9 | A 0 mins | A 100% |
src/Exception/ServiceUnavailableException.php | 9 | A 0 mins | A 100% |
src/Exception/UnauthorizedException.php | 9 | A 0 mins | A 100% |
src/Exception/UnprocessableEntityException.php | 9 | A 0 mins | A 100% |
src/Request/AccessTokenRequest.php | 41 | A 0 mins | A 100% |
src/Request/AppAndUserAuthRequest.php | 32 | A 0 mins | A 100% |
src/Request/CategoryRequest.php | 22 | A 0 mins | A 100% |
src/Request/ChannelCredentialsRequest.php | 34 | A 0 mins | A 100% |
src/Request/ChannelRequest.php | 22 | A 0 mins | A 100% |
src/Request/ChannelsRequest.php | 32 | A 0 mins | A 100% |
src/Request/OnlineCategoriesRequest.php | 19 | A 0 mins | A 100% |
src/Request/OnlineChannelsRequest.php | 34 | A 0 mins | A 100% |
src/Request/RefreshTokenRequest.php | 21 | A 0 mins | A 100% |
src/Request/RequestInterface.php | 12 | A 0 mins | F 0% |
src/Request/RevokeRequest.php | 42 | A 0 mins | A 100% |
src/Request/SearchCategoriesRequest.php | 44 | A 0 mins | A 100% |
src/Response/CategoriesResponse.php | 12 | A 0 mins | A 100% |
src/Response/CategoryResponse.php | 12 | A 0 mins | A 100% |
src/Response/ChannelCredentialsResponse.php | 13 | A 0 mins | A 100% |
src/Response/ChannelResponse.php | 12 | A 0 mins | A 100% |
src/Response/ChannelsResponse.php | 12 | A 0 mins | A 100% |
src/Response/JsonResponse.php | 17 | A 0 mins | A 100% |