feedly_subscribe: Subscribe to an RSS feed

Description Usage Arguments Value References Examples

View source: R/feedly-subscribe.R

Description

Authorization is required for this API call.

Usage

1
2
3
4
5
6
feedly_subscribe(
  feed_url,
  categories = NULL,
  title = NULL,
  feedly_token = feedly_access_token()
)

Arguments

feed_url

a URL to an RSS feed (this will be validated).

categories

if NULL then the feed will be assigned to the global (uncategorized) category. Otherwise pass in a character vector of valid category names (use the utility function feedly_categories() to get a list of category names)

title

if NULL the title will be intuited from the contents of feed_url

feedly_token

Your Feedly Developer Access Token (see feedly_access_token())

Value

a data frame (invisibly) with metadata about the subcription

References

(https://developer.feedly.com/v3/subscriptions/#subscribe-to-a-feed/)

Examples

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)

hrbrmstr/seymour documentation built on Jan. 24, 2020, 11:27 a.m.