fleakr icon indicating copy to clipboard operation
fleakr copied to clipboard

A small, yet powerful, gem to interface with Flickr photostreams

Results 16 fleakr issues
Sort by recently updated
recently updated
newest added

There should be a delete method on the Photo object, that uses the Flickr photos.delete method, documented here: http://www.flickr.com/services/api/flickr.photos.delete.html

For example, this url: http://www.flickr.com/people/reagent/ Is for a user with the username 'the_reagent', not 'reagent' -- A call to Fleakr.resource_from_url with this URL returns the wrong user.

bug

When calling people.getPublicPhotos, there are some additional options that can be passed (namely the URLs to the images). The call to getting these photos should always use the relevant extra...

performance

- `favorites.getPublicList` [(docs)](http://www.flickr.com/services/api/flickr.favorites.getPublicList.html): User’s publicly-accessible favorites. - `favorites.getList` [(docs)](http://www.flickr.com/services/api/flickr.favorites.getList.html): Full list of a user’s favorites, including non-public ones. `r` - `favorites.add` [(docs)](http://www.flickr.com/services/api/flickr.favorites.add.html): Add a photo to user’s favorites. `w+` -...

When there is information available for a photo, this should be used to construct the image URL instead of making an API call. See the [URL documentation](http://www.flickr.com/services/api/misc.urls.html) for examples on...

performance

Photo search has options similar to those when getting public photos for a user (see the [documentation](http://www.flickr.com/services/api/flickr.photos.search.html)). The library should pass the relevant options (e.g. image URLs) through instead of...

performance