📄️ Create a new Feed
A Feed is a collection of Stream queries which produces Articles on a
📄️ Update a Feed by ID
Update a Feed by ID
📄️ Delete a Feed by ID
Delete a Feed by ID
📄️ Get a specific Feed by ID
Get a specific Feed by ID
📄️ Get a list of all Feeds
Returns a list of all Feeds your API Key has acccess to.
📄️ Get a list of all Articles in a Feed
Call this endpoint to get a list of Articles that are currently published to the Feed. New Articles will appear according to the Feed's refresh sechedule.
📄️ Force a Feed to refresh
When a Feed refreshes, new Articles appear in the Feed. By default, Feeds will refresh on a schedule. However, you can manually force a Feed to refresh immediately by hitting this endpoint.