PHP 클래스 SevenShores\Hubspot\Resources\Blogs

상속: extends Resource
파일 보기 프로젝트 열기: fungku/hubspot-php

공개 메소드들

메소드 설명
all ( array $params = [] ) : Response Get all blogs.
getById ( string $id ) : Response Get information about a specific blog.
getVersion ( string $id, string $version_id ) : Response Get a previous version of the blog.
versions ( string $id ) : Response Get previous versions of the blog.

메소드 상세

all() 공개 메소드

Get all blogs.
public all ( array $params = [] ) : Response
$params array Optional parameters ['limit', 'offset', 'created', 'deleted_at', 'name']
리턴 SevenShores\Hubspot\Http\Response

getById() 공개 메소드

Get information about a specific blog.
public getById ( string $id ) : Response
$id string
리턴 SevenShores\Hubspot\Http\Response

getVersion() 공개 메소드

Get a previous version of the blog.
public getVersion ( string $id, string $version_id ) : Response
$id string Blog id.
$version_id string Version id.
리턴 SevenShores\Hubspot\Http\Response

versions() 공개 메소드

Get previous versions of the blog.
public versions ( string $id ) : Response
$id string Blog id.
리턴 SevenShores\Hubspot\Http\Response