This is the OpenAPI 3.0 specification written for the Stream Feeds REST API. The schemas of the API closely follow the Types used in the TypeScript SDK.
To run the application locally do the following:
Install dependencies
yarn installBuild the spec document
yarn spec:buildStart the server
yarn dev