ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.513.4

This commit is contained in:
speakeasybot
2025-03-09 00:10:48 +00:00
parent 5d57cd7c34
commit 8d9f4bbaf1
163 changed files with 4256 additions and 5690 deletions

View File

@@ -667,26 +667,6 @@ actions:
console.log(result);
}
run();
- target: $["paths"]["/library/onDeck"]["get"]
update:
x-codeSamples:
- lang: typescript
label: getOnDeck
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
const plexAPI = new PlexAPI({
accessToken: "<YOUR_API_KEY_HERE>",
});
async function run() {
const result = await plexAPI.library.getOnDeck();
// Handle the result
console.log(result);
}
run();
- target: $["paths"]["/library/recentlyAdded"]["get"]
update: