feedly_search_title: Find feeds based on title, url or #topic

Description Usage Arguments Value References Examples

View source: R/feedly-search-title.R

Description

Authorization is optional for this API call. Pass in NULL to feedly_token to make unauthenticated calls to this API endpoint.

Usage

1
2
3
4
5
6
feedly_search_title(
  query,
  count = 20L,
  locale = NULL,
  feedly_token = feedly_access_token()
)

Arguments

query

a full or partial title string, URL, or #topic

count

number of items to return (API default is 20)

locale

if not NULL then a Feedly-recognized locale string (see References) to provide a hint to the search engine to return feeds in that locale.

feedly_token

Your Feedly Developer Access Token (see feedly_access_token())

Value

list similar to feedly_stream()

References

(https://developer.feedly.com/v3/search/) & Search Tutorial

Examples

1
feedly_search_title("data science")

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