create_token {rtoot} | R Documentation |
get a bearer token for the mastodon api
Description
get a bearer token for the mastodon api
Usage
create_token(client, type = "public", browser = TRUE)
Arguments
client |
rtoot client object created with get_client |
type |
one of "public" or "user". See details |
browser |
if |
Details
TBA
Value
a mastodon bearer token
References
https://docs.joinmastodon.org/client/authorized/
[Package rtoot version 0.3.4 Index]