bunnynet_api
Table of Contents
Properties
-
$baseApi
: BaseAPI
-
$bunnyClient
: BunnyClient
-
$config
: mixed
Methods
-
__construct()
: mixed
-
addVideoLibrary()
: mixed
-
deleteVideoLibrary()
: mixed
-
getLanguages()
: mixed
-
getVideoLibrary()
: mixed
-
listVideoLibraries()
: mixed
-
updateVideoLibrary()
: mixed
$baseApi
protected
BaseAPI
$baseApi
$bunnyClient
protected
BunnyClient
$bunnyClient
$config
protected
mixed
$config
__construct()
public
__construct() : mixed
addVideoLibrary()
public
addVideoLibrary([mixed $body = [] ]) : mixed
Parameters
-
$body
: mixed
= []
-
deleteVideoLibrary()
public
deleteVideoLibrary(mixed $id[, mixed $body = [] ]) : mixed
Parameters
-
$id
: mixed
-
-
$body
: mixed
= []
-
getLanguages()
public
getLanguages(mixed $id[, mixed $body = [] ]) : mixed
Parameters
-
$id
: mixed
-
-
$body
: mixed
= []
-
getVideoLibrary()
public
getVideoLibrary(mixed $id[, mixed $query = [] ]) : mixed
Parameters
-
$id
: mixed
-
-
$query
: mixed
= []
-
listVideoLibraries()
public
listVideoLibraries([mixed $query = [] ]) : mixed
Parameters
-
$query
: mixed
= []
-
updateVideoLibrary()
public
updateVideoLibrary(mixed $id[, mixed $body = [] ]) : mixed
Parameters
-
$id
: mixed
-
-
$body
: mixed
= []
-