imguR (version 1.0.3)

get_conversations: Get conversations

Description

Get a specific conversation or all conversations

Usage

get_conversations(id = NULL, ...)

Arguments

id
A conversation ID. If NULL, all conversations are returned.
...
Other arguments passed to HTTP request functions, for example: token (an OAuth2.0 token), which is required.

Value

“imgur_message”.

Details

Retrieves a named conversation, possibly returned by get_conversations, or all conversations.

See Also

create_message

delete_conversation

Examples

Run this code
## Not run: 
# tkn <- imgur_login()
# get_conversations(token = tkn)
# ## End(Not run)

Run the code above in your browser using DataLab