Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.
Davide Santangelo edited this page Feb 2, 2021 · 5 revisions

FeediRSS uses ElasticSearch as an indexing engine. Entry's search is free of the authentication constraint. The search returns a list of serialized Entry objects.

SEARCH ENTRIES ( NO TOKEN NEEDED )

RestClient.get "https://<domain>/search/entries?q={query}", { }

SEARCH FEEDS

RestClient.get "https://<domain>/search/feeds?q={query}", { Authorization: "Token #{TOKEN}" }
Clone this wiki locally