From fbc189750109f7fb2f4e2ab0558c33706e204b3c Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Sat, 29 Jun 2024 01:00:10 +0000 Subject: [PATCH] Cleaning and adding content --- .speakeasy/workflow.yaml | 11 ----------- api-specification.mdx => Open-API-Specification.mdx | 0 mint.json | 2 +- other-resources.mdx | 9 +++++++++ 4 files changed, 10 insertions(+), 12 deletions(-) delete mode 100644 .speakeasy/workflow.yaml rename api-specification.mdx => Open-API-Specification.mdx (100%) create mode 100644 other-resources.mdx diff --git a/.speakeasy/workflow.yaml b/.speakeasy/workflow.yaml deleted file mode 100644 index ef21e67..0000000 --- a/.speakeasy/workflow.yaml +++ /dev/null @@ -1,11 +0,0 @@ -workflowVersion: 1.0.0 -speakeasyVersion: latest -sources: - # Plex-API: - # inputs: - # - location: registry.speakeasyapi.dev/lukehagar/lukehagar/plex-api:latest - # # overlays: - # # - location: ./mintlify-overlay.yaml - # # - location: https://github.com/LukeHagar/plexjs/raw/main/codeSamples.yaml - # output: plexapi -targets: {} diff --git a/api-specification.mdx b/Open-API-Specification.mdx similarity index 100% rename from api-specification.mdx rename to Open-API-Specification.mdx diff --git a/mint.json b/mint.json index 0a34af8..4790e8d 100644 --- a/mint.json +++ b/mint.json @@ -33,7 +33,7 @@ "navigation": [ { "group": "Getting Started", - "pages": ["Intro", "api-specification", "SDKs"] + "pages": ["Intro", "Open-API-Specification", "SDKs", "other-resources"] } ], "footerSocials": { diff --git a/other-resources.mdx b/other-resources.mdx new file mode 100644 index 0000000..11a930e --- /dev/null +++ b/other-resources.mdx @@ -0,0 +1,9 @@ +Other Helpful Plex API Resources + +| Website | URL | +|---------|-----| +| Plex Web API Overview | https://github.com/Arcanemagus/plex-api/wiki/Plex-Web-API-Overview | +| Plex API Wiki | https://github.com/Arcanemagus/plex-api/wiki | +| Plex API Filter Documentation | https://github.com/jc21/plex-api/blob/master/docs/Filter.md | +| Plexopedia API Overview | https://www.plexopedia.com/plex-media-server/api/ | +| Plexopedia API Filter | https://www.plexopedia.com/plex-media-server/api/filter/ | \ No newline at end of file