Description Usage Arguments Details Value See Also Examples
View source: R/get_users_unpublished_articles.R
Provides lots of info on your users unpublished articles
1 | get_users_unpublished_articles(key = NA, tidy = TRUE)
|
key |
the api key you have set up on DEV.TO, Default: NA |
tidy |
if the response should be parsed into a tibble, Default: TRUE |
If no key
is supplied, will check for key named DEVTO in '.Renviron'. If tidy
is FALSE
, then the full, raw response is returned. Returns both published and unpublished articles, in 2 consecutive calls. Use the 'unpublished' variant to get unpublished articles from a different endpoint.
article stuff
GET
,add_headers
,content
tibble
hoist
1 2 3 4 5 6 7 | ## Not run:
if(interactive()){
get_users_articles("my_api_key")
get_users_unpublished_articles("my_api_key")
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.