mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.314.2
This commit is contained in:
@@ -17,7 +17,7 @@ Get User Watchlist
|
||||
### Example Usage
|
||||
|
||||
```typescript
|
||||
import { Filter, PlexAPI } from "@lukehagar/plexjs";
|
||||
import { PathParamFilter, PlexAPI } from "@lukehagar/plexjs";
|
||||
|
||||
const plexAPI = new PlexAPI({
|
||||
accessToken: "<YOUR_API_KEY_HERE>",
|
||||
@@ -26,7 +26,7 @@ const plexAPI = new PlexAPI({
|
||||
|
||||
async function run() {
|
||||
const result = await plexAPI.watchlist.getWatchlist({
|
||||
filter: Filter.Released,
|
||||
filter: PathParamFilter.Released,
|
||||
xPlexToken: "<value>",
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user