Files
plexjs/docs/models/responsebody.md

2.0 KiB

ResponseBody

Example Usage

import { ResponseBody } from "@lukehagar/plexjs";

let value: ResponseBody = {
    identifier: "tv.plex.sonos",
    baseURL: "https://sonos.plex.tv",
    title: "Sonos",
    linkURL: "https://sonos.plex.tv/link",
    provides: "client,player",
    token: "<value>",
};

Fields

Field Type Required Description Example
identifier string ✔️ N/A tv.plex.sonos
baseURL string ✔️ N/A https://sonos.plex.tv
title string ✔️ N/A Sonos
linkURL string ✔️ N/A https://sonos.plex.tv/link
provides string ✔️ N/A client,player
token string ✔️ The plex authtoken used to identify with