Learn R Programming

imguR (version 1.0.0)

get_notifications: Get notifications

Description

Get a specific notification or all notifications

Usage

get_notifications(id = NULL, only_new = FALSE, ...)

Arguments

id
A conversation ID. If NULL, all notifications (or all new notifications, depending on only_new) are returned.
only_new
A logical indicating whether only new notifications should be returned. Default is FALSE.
...
Other arguments passed to HTTP request functions, for example: token (an OAuth2.0 token), which is required.

Value

  • An object of class imgur_notification.

Details

Retrieves a named notification, possibly returned by get_notifications, or all (new) notifications.

See Also

mark_notification

Examples

Run this code
tkn <- imgur_login()
get_notifications(only_new = TRUE, token = tkn)

Run the code above in your browser using DataLab