You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that when adding a new subscription via the web app, the search string (which may or may not be a URL) is passed as a POST request to the /feeds/search endpoint.
That endpoint isn't currently documented. Any chance it could be if it's ok to use?
The text was updated successfully, but these errors were encountered:
"Create Subscription" works (that's what I'm using now), but isn't quite equivalent since you need to provide a domain or URL (as you explain in the docs 🙌 ) to avoid a 404.
Whereas, when you click "Add" in the web app and enter a search term, /feeds/search does a nice job locating options to choose from.
Are there any plans to expose a similar feed search endpoint via the API?
ooloth
changed the title
Documentation for the /feeds/search endpoint?
Any plans to add a /feeds/search endpoint like the one the web app uses when you add a subscription?
Nov 21, 2024
Thanks for this API! It's handy.
I noticed that when adding a new subscription via the web app, the search string (which may or may not be a URL) is passed as a
POST
request to the/feeds/search
endpoint.That endpoint isn't currently documented. Any chance it could be if it's ok to use?
The text was updated successfully, but these errors were encountered: