topix-hackademy/wowza-restapi
Composer 安装命令:
composer require topix-hackademy/wowza-restapi
包简介
README 文档
README
This PHP package is automatically generated by the Swagger Codegen project:
- 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
Installation & Usage
Composer
To install the bindings via Composer, add the following to composer.json:
{
"repositories": [
{
"type": "git",
"url": "https://github.com/topix-hackademy/wowza-restapi.git"
}
],
"require": {
"topix-hackademy/wowza-restapi": "*@dev"
}
}
Then run composer install
Manual Installation
Download the files and include autoload.php:
require_once('/path/to/autoload.php');
Tests
To run the unit tests:
composer install
./vendor/bin/phpunit lib/Tests
Getting Started
Please follow the installation procedure and then run the following:
<?php require_once(__DIR__ . '/vendor/autoload.php'); $api_instance = new WowzaApi\Api\RestinfoApi(); try { $result = $api_instance->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)
Create a virtualenv and install requirements via pip install -r requirements.txt
launch mkdocs build
统计信息
- 总下载量: 671
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 7
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-07-18