mirror of
https://github.com/LukeHagar/plex-api-oauth.git
synced 2025-12-06 04:20:40 +00:00
8 lines
154 B
JavaScript
8 lines
154 B
JavaScript
import { PlexAPIOAuth } from "../src/index.js";
|
|
|
|
const PlexSession = new PlexAPIOAuth();
|
|
|
|
PlexSession.GenerateClientId();
|
|
|
|
await PlexSession.PlexLogin();
|