Description Usage Arguments Value References Examples
View source: R/feedly-search-title.R
Authorization is optional for this API call. Pass in NULL
to feedly_token
to make unauthenticated calls to this API endpoint.
1 2 3 4 5 6 | feedly_search_title(
query,
count = 20L,
locale = NULL,
feedly_token = feedly_access_token()
)
|
query |
a full or partial title string, URL, or |
count |
number of items to return (API default is 20) |
locale |
if not |
feedly_token |
Your Feedly Developer Access Token (see |
list similar to feedly_stream()
(https://developer.feedly.com/v3/search/) & Search Tutorial
1 | feedly_search_title("data science")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.