Method | Description | |
---|---|---|
buildApiUrl ( string $resourceUrl ) : string | Appends resource url to base pinterest url. | |
buildRequestString ( array $request ) : mixed | ||
fixEncoding ( string $str ) : string | Fix URL-encoding for some characters. | |
getFollowingUrlByType ( string $type ) : string | null | ||
getSearchUrl ( array $bookmarks = [] ) : string | Return Pinterest API url for search requests. |
public static buildApiUrl ( string $resourceUrl ) : string | ||
$resourceUrl | string | |
return | string |
public static buildRequestString ( array $request ) : mixed | ||
$request | array | |
return | mixed |
public static fixEncoding ( string $str ) : string | ||
$str | string | |
return | string |
public static getSearchUrl ( array $bookmarks = [] ) : string | ||
$bookmarks | array | |
return | string |