mirror of
https://github.com/LukeHagar/plex-docs.git
synced 2025-12-06 04:20:40 +00:00
21 lines
1.2 KiB
Plaintext
21 lines
1.2 KiB
Plaintext
---
|
|
id: plex-api
|
|
sidebar_label: Introduction
|
|
sidebar_position: 0
|
|
hide_title: true
|
|
---
|
|
|
|
import ApiLogo from "@theme/ApiLogo";
|
|
import SchemaTabs from "@theme/SchemaTabs";
|
|
import TabItem from "@theme/TabItem";
|
|
import Export from "@theme/ApiDemoPanel/Export";
|
|
|
|
<span className={"theme-doc-version-badge badge badge--secondary"}>Version: 0.0.1</span>
|
|
|
|
<h1 className={"openapi__heading"}>Plex-API</h1>
|
|
|
|
|
|
|
|
An Open API Spec for interacting with Plex.tv and Plex Servers
|
|
|
|
<div style={{"marginBottom":"2rem"}}><h2 id={"authentication"} style={{"marginBottom":"1rem"}}>Authentication</h2><SchemaTabs className={"openapi-tabs__security-schemes"}><TabItem label={"API Key: PlexToken"} value={"PlexToken"}><div><table><tbody><tr><th>Security Scheme Type:</th><td>apiKey</td></tr><tr><th>Header parameter name:</th><td>X-Plex-Token</td></tr></tbody></table></div></TabItem></SchemaTabs></div><div style={{"display":"flex","flexDirection":"column","marginBottom":"var(--ifm-paragraph-margin-bottom)"}}><h3 style={{"marginBottom":"0.25rem"}}>Contact</h3><span>Luke Hagar: <a href={"mailto:Lukeslakemail@gmail.com"}>Lukeslakemail@gmail.com</a></span><span>URL: <a href={"https://www.LukeHagar.com"}>https://www.LukeHagar.com</a></span></div> |