mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 20:47:46 +00:00
982 B
982 B
GetMediaProvidersRequest
Example Usage
import { GetMediaProvidersRequest } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetMediaProvidersRequest = {
xPlexToken: "CV5xoxjTpFKUzBTShsaf",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
xPlexToken |
string | ✔️ | An authentication token, obtained from plex.tv | CV5xoxjTpFKUzBTShsaf |