2017 © Pedro Peláez
 

library wowza-restapi

image

topix-hackademy/wowza-restapi

  • Friday, February 10, 2017
  • by gab88slash
  • Repository
  • 2 Watchers
  • 1 Stars
  • 91 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

SwaggerClient-php

This PHP package is automatically generated by the Swagger Codegen project:, (*1)

  • API version: 1.0.0
  • Package version: 0.0.1
  • Build date: 2016-07-18T13:26:07.291Z
  • Build package: class io.swagger.codegen.languages.PhpClientCodegen

Requirements

PHP 7.0 and later, (*2)

Installation & Usage

Composer

To install the bindings via Composer, add the following to composer.json:, (*3)

{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/topix-hackademy/wowza-restapi.git"
    }
  ],
  "require": {
    "topix-hackademy/wowza-restapi": "*@dev"
  }
}

Then run composer install, (*4)

Manual Installation

Download the files and include autoload.php:, (*5)

    require_once('/path/to/autoload.php');

Tests

To run the unit tests:, (*6)

composer install
./vendor/bin/phpunit lib/Tests

Getting Started

Please follow the installation procedure and then run the following:, (*7)

getRESTInfoConfig();
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling RestinfoApi->getRESTInfoConfig: ', $e->getMessage(), PHP_EOL;
}

?>

Documentation for API Endpoints

Requirements

mkdocs ( suggest using pip and virtualenv), (*8)

Create a virtualenv and install requirements via pip install -r requirements.txt, (*9)

launch mkdocs build, (*10)

The Versions