feedbin / feedbin-api

Feedbin API Documentation
349 stars 26 forks source link

Searching Entries #40

Closed fortybillion closed 4 years ago

fortybillion commented 4 years ago

I'm building a client that exposes the FeedBin search API, and I'm looking for a way to implement an arbitrary search (eg. a query the user only intends to use once). I don't see a way to search the Entries endpoint. Would the correct way to implement this feature be to create a saved search, then immediately delete it after loading the results?