2.27.0 • Published 4 years ago

zapp-pipes-provider-emmys-rest v2.27.0

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

zapp-pipes-provider-emmys-rest

REST server only for roku TV (base on the original of DSP idea)

Latest Version : 2.27.0

Versioning

We decide to support different version for the request received on this rest-api-service. The version need to be sent by parameter (dspversion=x) .

Inside the code, who manage the version, are the parsers, in order to transforms the OST api into a feed. Foreach version please create a NEW folder inside your parser manager (example: categoryParser/V2/categoryViewParser.js), and add the new logic ONLY inside the new versioned file. (don't worry about code duplication, is ugly but keep the logic of version separated and clean) One example of it works can be found in: < root >/src/parsers/submissionsParser

ChangeLog

Current Version : 2.27.0