PHP code example of dmamontov / ms-restapi
1. Go to this page and download the library: Download dmamontov/ms-restapi library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
dmamontov / ms-restapi example snippets
php
$ms = new MSRestApi('[email protected]', 'xxxxxxxxxx');
$uuid = '7e4b5318-44df-11e5-7a07-673d0083fdac';
$uomGet = $ms->uomGet($uuid);