Apostolos Papazisis
Results
2
issues of
Apostolos Papazisis
$collection = Crew\Unsplash\Collection::find(integer $id); $photos = $collection->photos($page, $per_page); The retrieve photos of a collection returns an ArrayObject. Please make it to return a PageResult as you have at Search::photos as...
Type: Enhancement
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes have been...