-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
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
How to find the information for the attribution #100
Comments
@RoqueCampos when I fetch the JSON from the API, it has the full photographer details available on the random endpoint:
|
@RoqueCampos does #102 change anything/help? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
I'm not sure if I'm missing something, but I'm not able to find the information of the photographer for the attribution.
WHen getting a random photo, I call photo->download() and with that I get a download link. Thats fine. When calling photo->photographer(), the only information insider is the username.
I used the username to retrieve the User object, but again, inside there is not information for the attribution (Firstname, Lastname).
What I'm doing wrong?
Thanks.
The text was updated successfully, but these errors were encountered: