This repository has been archived on 2023-09-26. You can view files and clone it, but cannot push or open issues or pull requests.
php-Plex-OAuth/index.php

12 lines
190 B
PHP

<!-- This file exists for testing and is not part of the library -->
<?php
include 'Plex.php';
$c = PlexAuthenticator::makeNewClient("Clortox-Test-Product");
var_dump($c->getURL());
?>