class Discussion
Methods
object
getApiDocument(ServerRequestInterface $request, string $id, array $params = [])
Get the result of an API request to show a discussion.
object
getPostsApiDocument(ServerRequestInterface $request, array $params)
Get the result of an API request to list the posts of a discussion.
Details
at
line 22
__construct(Client $api, UrlGenerator $url, Factory $view)
at
line 106
protected object
getApiDocument(ServerRequestInterface $request, string $id, array $params = [])
Get the result of an API request to show a discussion.
at
line 126
protected object
getPostsApiDocument(ServerRequestInterface $request, array $params)
Get the result of an API request to list the posts of a discussion.