Stevie G
Stevie G
Same thing here. Im guessing this is not included? please provide in package.
> > I need to authenticate (like Beacon does) to gain access to boost history and server boosted days. > > Any help? I need a PHP example on how...
> > I need to authenticate (like Beacon does) to gain access to boost history and server boosted days. > > Any help? I need a PHP example on how...
Could you explain why this was close without resolving? Nobody provided any examples of usage
@NitradoTimo Yes I had provided a 3rd part authentication Example. Perhaps you could include some example of usage (especially oAuth) in the readme for the PHP API. This might clear...
Getting An Access Token 1. Go to **www.nitrado.com** then click **Log In**. 2. **Login** to your Nitrado Account. 3. Once you are logged in, click **the user menu at the...
Getting the users on the whitelist can be done like this: ``` php require_once 'vendor/autoload.php'; // Load Composer's autoloader use Nitrapi\Nitrapi; $nitrapi = new Nitrapi('your_api_key', 'your_api_secret'); // Define the server...
Perhaps add this here, or alternatively consider starting a USAGE.md and add a few examples such as $api->getServices() and maybe show some functional example such as $api->getCustomer() and $api->getCustomer()->getEmail() to...