Description Usage Arguments Value References Examples
View source: R/feedly-subscribe.R
Authorization is required for this API call.
1 2 3 4 5 6 | feedly_subscribe(
feed_url,
categories = NULL,
title = NULL,
feedly_token = feedly_access_token()
)
|
feed_url |
a URL to an RSS feed (this will be validated). |
categories |
if |
title |
if |
feedly_token |
Your Feedly Developer Access Token (see |
a data frame (invisibly) with metadata about the subcription
(https://developer.feedly.com/v3/subscriptions/#subscribe-to-a-feed/)
1 2 3 4 5 6 | ## Not run:
feedly_subscribe("https://journal.r-project.org/rss.atom")
feedly_subscribe("http://gh-feed.imsun.net/hrbrmstr/sergeant/issues", "git issues")
feedly_subscribe("https://rsshub.app/github/issue/hrbrmstr/sergeant", "git issues")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.