{ "opencollection": "1.0.0", "info": { "name": "TVmaze Premium User auth followed people API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "followed people", "type": "folder" }, "items": [ { "info": { "name": "List the Followed People", "type": "http" }, "http": { "method": "GET", "url": "https://api.tvmaze.com/v1/user/follows/people", "params": [ { "name": "embed", "value": "", "type": "query", "description": "Embed full person info" } ] }, "docs": "List the Followed People" }, { "info": { "name": "Check if a Person is Followed", "type": "http" }, "http": { "method": "GET", "url": "https://api.tvmaze.com/v1/user/follows/people/:person_id", "params": [ { "name": "person_id", "value": "", "type": "path" } ] }, "docs": "Check if a Person is Followed" }, { "info": { "name": "Follow a Person", "type": "http" }, "http": { "method": "PUT", "url": "https://api.tvmaze.com/v1/user/follows/people/:person_id", "params": [ { "name": "person_id", "value": "", "type": "path" } ] }, "docs": "Follow a Person" }, { "info": { "name": "Unfollow a Person", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.tvmaze.com/v1/user/follows/people/:person_id", "params": [ { "name": "person_id", "value": "", "type": "path" } ] }, "docs": "Unfollow a Person" } ] } ], "bundled": true }