We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$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 an example
The text was updated successfully, but these errors were encountered:
@apapazisis thanks for reporting. If you have time, feel free to PR a change that ensures backwards compatibility
Sorry, something went wrong.
Just plus oneing my desire for this issue to be resolved too. 👍
I don't think I'm even able to use this at all as I'm unable to use getHeaders, getTotal, getTotalPages, getResults etc?
getHeaders
getTotal
getTotalPages
getResults
HughbertD
No branches or pull requests
The retrieve photos of a collection returns an ArrayObject. Please make it to return a PageResult as you have at Search::photos as an example
The text was updated successfully, but these errors were encountered: