print.Trello_API_token | R Documentation |
Objects of class "Trello_API_token"
posses some additional attributes to
make it easier to see the app name, its scope and expiration. If you want to
print the bare token object as generated by [httr::oauth1.0_token()]
, call
its own print method, eg: my_token$print()
.
## S3 method for class 'Trello_API_token'
print(x, ...)
x |
An object of class |
... |
Unused. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.