get_album function

Get album

Get album

Get album details and metadata, or images.

get_album(album, ...) get_album_images(album, ...)

Arguments

  • album: An album ID or object of class imgur_album .
  • ...: Other arguments passed to HTTP request functions, for example: token (an OAuth2.0 token) or key (an API key, used by default).

Details

Get album details and metadata, including images contained in the album.

Returns

An object of class imgur_album .

Author(s)

Thomas J. Leeper

Examples

## Not run: get_album("cVsXX") get_album_images("cVsXX") ## End(Not run)
  • Maintainer: Thomas J. Leeper
  • License: GPL-3
  • Last published: 2016-03-29