GetPostDetailsQuery
class GetPostDetailsQuery extends AbstractQuery
Builds URL for GetPostDetails REST-API calls.
Also holds the response after being executed.
Methods
__construct(string $userName, string $resourcehash, string $format = 'xml')
The query constructor builds the url and saves it into the url property.
$this
execute(Client $httpClient)
Execute a prepared query.
string
bibliography(string $bibliographyStyleName, string $lang = 'en-US', string $bibliographyStyle = '')
No description
from AbstractQuery
Details
at line 53
__construct(string $userName, string $resourcehash, string $format = 'xml')
The query constructor builds the url and saves it into the url property.
GET /users/[username]/posts/[resourceHash]
at line 69
$this
execute(Client $httpClient)
Execute a prepared query.