function getAutoSaveBufferContents($id) { $endpoint = "https://api.hubapi.com/content/api/v2/blog-posts/{$id}/buffer"; return $this->client->request('get', $endpoint); }