{ "opencollection": "1.0.0", "info": { "name": "TVmaze Premium User auth Updates API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Updates", "type": "folder" }, "items": [ { "info": { "name": "Get Show Updates", "type": "http" }, "http": { "method": "GET", "url": "https://api.tvmaze.com/v1/updates/shows", "params": [ { "name": "since", "value": "", "type": "query" } ] }, "docs": "Return a map of show IDs to last-updated timestamps for incremental sync." }, { "info": { "name": "Get Person Updates", "type": "http" }, "http": { "method": "GET", "url": "https://api.tvmaze.com/v1/updates/people", "params": [ { "name": "since", "value": "", "type": "query" } ] }, "docs": "Return a map of person IDs to last-updated timestamps for incremental sync." } ] } ], "bundled": true }