account_albums: Retrieve user albums

Description Usage Arguments Details Value Author(s) Examples

View source: R/account_albums.r

Description

Retrieve details of a user's albums

Usage

1
2
3

Arguments

account

A username, by default the current user (if token is supplied).

ids

A logical indicating whether to only return album IDs.

...

Other arguments passed to HTTP request functions, for example: token (an OAuth2.0 token) or key (an API key, used by default).

Details

account_albums retrieves details of a user's albums. By default (and if a token argument is supplied), the current user's albums are returned. Specifying another username is also possible with or without a token. account_album_count returns just the number of albums, which is useful for handling pagination of the results.

Value

For account_albums, a list of objects of class “imgur_albums”. For account_album_count, a number.

Author(s)

Thomas J. Leeper

Examples

1
2
3
4
## Not run: 
account_albums('thosjleeper')

## End(Not run)

imguR documentation built on May 2, 2019, 4:02 p.m.