get_conversations: Get conversations

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/get_conversations.r

Description

Get a specific conversation or all conversations

Usage

1

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.

Details

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

Value

An object of class “imgur_message”.

Author(s)

Thomas J. Leeper

See Also

create_message

delete_conversation

Examples

1
2
3
4
5
## Not run: 
tkn <- imgur_login()
get_conversations(token = tkn)

## End(Not run)

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