mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
3.6 KiB
3.6 KiB
Services
Example Usage
import { GetTokenDetailsStatus, Services } from "@lukehagar/plexjs/sdk/models/operations";
let value: Services = {
identifier: "metadata-dev",
endpoint: "https://epg.provider.plex.tv",
token: "DjoMtqFAGRL1uVtCyF1dKIorTbShJeqv",
secret: "<value>",
status: GetTokenDetailsStatus.Online,
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
identifier |
string | ✔️ | N/A | metadata-dev |
endpoint |
string | ✔️ | N/A | https://epg.provider.plex.tv |
token |
string | ✔️ | N/A | DjoMtqFAGRL1uVtCyF1dKIorTbShJeqv |
secret |
string | ✔️ | N/A | |
status |
operations.GetTokenDetailsStatus | ✔️ | N/A | online |