Method |
Description |
|
fill ( $data ) |
|
|
getBookmarks ( ) : array |
Parse bookmarks from response. |
|
getClientInfo ( ) : array | null |
|
|
getData ( string $key = '', null $default = null ) : mixed |
|
|
getLastError ( ) : array |
|
|
getPaginationData ( ) : array |
Checks Pinterest API paginated response, and parses data
with bookmarks info from it. |
|
getResponseData ( null $key = null ) : array | boolean |
Check if specified data exists in response. |
|
hasData ( string $key = '' ) : boolean |
|
|
hasErrors ( ) : boolean |
Check for error info in api response and save
it. |
|
isEmpty ( ) : boolean |
Checks if response is empty. |
|
isOk ( ) : boolean |
|
|