Problem/Motivation
It would be nice if there was a way to search for images.
Proposed resolution
Add a new service that interfaces with the image search endpoint.
Remaining tasks
Review and test.
API changes
A new service would be available.
I'll provide a simple patch to add this feature.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3285444-2.patch | 2.24 KB | berliner |
Comments
Comment #2
berliner commentedProvided patch simply adds a new service for searching images. It's very basic and mimics exactly how the other services work.
Comment #6
omarlopesinoAfter reviewing it looks good to me. For a moment I have thought on what happens with this requesst as it is paged. and I've ensured that is possible to add pager arguments through the query.
It will be released at 2.0.2
Comment #7
omarlopesinoReleased at 2.0.2. Thanks!
Comment #8
omarlopesino