mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
5 lines
167 B
JavaScript
5 lines
167 B
JavaScript
import { Configuration, DevicesApi } from "@lukehagar/plexjs";
|
|
|
|
let Config = new Configuration({ basePath: "127.0.0.1:80" });
|
|
let devicesApi = new DevicesApi(Config);
|