mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 20:47:47 +00:00
14 lines
464 B
TypeScript
14 lines
464 B
TypeScript
/*
|
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
*/
|
|
|
|
import { ClientSDK } from "./lib/sdks.js";
|
|
|
|
/**
|
|
* A minimal client to use when calling standalone SDK functions. Typically, an
|
|
* instance of this class would be instantiated once at the start of an
|
|
* application and passed around through some dependency injection mechanism to
|
|
* parts of an application that need to make SDK calls.
|
|
*/
|
|
export class PlexAPICore extends ClientSDK {}
|