ConnectWise Mobile API
This PHP package is automatically generated by the Swagger Codegen project:
- API version: 1.0.0
- Package version: 3.0.0-beta
- Build package: io.swagger.codegen.languages.PhpClientCodegen
PHP 5.6.0 and later
To install the bindings via Composer, add the following to composer.json
:
composer require spinen/connectwise-mobile-php-client
Or modify your composer.json
file:
{
"require": {
"spinen/connectwise-mobile-php-client": "^3.0.0-beta"
}
}
Download the files and include autoload.php
:
require_once('/path/to/connectwise-mobile-php-client/autoload.php');
To run the unit tests:
composer install
./vendor/bin/phpunit
Please follow the installation procedure and then run the following:
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure HTTP basic authorization: BasicAuth
Spinen\ConnectWise\Clients\Mobile\Configuration::getDefaultConfiguration()->setUsername('YOUR_USERNAME');
Spinen\ConnectWise\Clients\Mobile\Configuration::getDefaultConfiguration()->setPassword('YOUR_PASSWORD');
$api_instance = new Spinen\ConnectWise\Clients\Mobile\Api\SendEmailConflictsApi();
$request = new \Spinen\ConnectWise\Clients\Mobile\Model\EmailConflictRequest(); // \Spinen\ConnectWise\Clients\Mobile\Model\EmailConflictRequest |
try {
$api_instance->mobileEmailsConflictPost($request);
} catch (Exception $e) {
echo 'Exception when calling SendEmailConflictsApi->mobileEmailsConflictPost: ', $e->getMessage(), PHP_EOL;
}
?>
All URIs are relative to https://api-na.myconnectwise.net/v4_6_release/apis/3.0
Class | Method | HTTP request | Description |
---|---|---|---|
SendEmailConflictsApi | mobileEmailsConflictPost | POST /mobile/emails/conflict |
- Type: HTTP basic authentication