-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
extend UnsplashBridge (II) #1813
Conversation
Thanks @nel50n for his UnsplashBridge! This Commit is mainly based on his work. Signed-off-by: langfingaz <daniel@systemli.org>
+ filter photo stream for username + change image preview quality + add link to user, location (if present), link to photo on unsplash to $item['content'] Signed-off-by: langfingaz <daniel@systemli.org>
Functionality is now merged into UnsplashBridge
Hi again, @langfingaz! Sorry for long delay. Could you lint your code please for travis to show green tick instead of red cross? |
Pull request artifacts
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no 'required' for lists
Hi, I fixed the merge issues, please check if the bridge still does what it should do @langfingaz . Additionally, please use either exampleValue OR defaultValue for a given parameter, not both. Also, please use a value that would generate an actual feed (from the current username example "unsplash" will produce something, while "someuser" will probably not). |
this is just to kick off another round of checks.
Rebased pull request #1744.
Summary of changes: