mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
2.0 KiB
2.0 KiB
ResponseBody
Example Usage
import { ResponseBody } from "@lukehagar/plexjs/sdk/models/operations";
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 |