Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Capabilities don't get passed through @api-see more than twice. #146

Open
erunion opened this issue Jan 30, 2018 · 0 comments
Open

Capabilities don't get passed through @api-see more than twice. #146

erunion opened this issue Jan 30, 2018 · 0 comments
Assignees
Labels

Comments

@erunion
Copy link
Owner

erunion commented Jan 30, 2018

\Api\Response\VideoResponse

/**
 * @api-data play (\Api\Response\PlayResponse, CAPABILITY_PLAY_REPRESENTATION) - Play representation
 * @api-version >=3.3
 * @api-see \Api\Response\PlayResponse::_json play
 */

\Api\Response\PlayResponse

/**
 * @api-data dash (\Api\Response\VideoFileHlsDashResponse) - DASH video files
 * @api-see \Api\Response\VideoFileHlsDashResponse::_json dash
 */

\Api\Response\VideoFileHlsDashResponse

/**
 * @api-see \Api\Representation\Video\HlsDashLink::create
 */

\Api\Representation\Video\HlsDashLink

/**
 * @api-data log (string, nullable) - Logging URL
 * @api-version >=3.3.1
 */

play.dash.log ends up being public because the CAPABILITY_PLAY_REPRESENTATION capability from play doesn't get added all the way down the chain.

@erunion erunion added this to the v3.0 milestone Jan 30, 2018
@erunion erunion self-assigned this Jan 30, 2018
@erunion erunion removed this from the v3.0 milestone Feb 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant