Files
plex-api-oauth/test/index.js
2022-07-29 19:45:08 -05:00

8 lines
154 B
JavaScript

import { PlexAPIOAuth } from "../src/index.js";
const PlexSession = new PlexAPIOAuth();
PlexSession.GenerateClientId();
await PlexSession.PlexLogin();