PHP Class Vinkla\Instagram\Instagram

Author: Vincent Klaiber ([email protected])
Afficher le fichier Open project: vinkla/instagram

Protected Properties

Свойство Type Description
$client GuzzleHttp\ClientInterface The guzzle http client.

Méthodes publiques

Méthode Description
__construct ( GuzzleHttp\ClientInterface $client = null ) : void Create a new instagram instance.
get ( string $user ) : array Fetch the media items.

Method Details

__construct() public méthode

Create a new instagram instance.
public __construct ( GuzzleHttp\ClientInterface $client = null ) : void
$client GuzzleHttp\ClientInterface
Résultat void

get() public méthode

Fetch the media items.
public get ( string $user ) : array
$user string
Résultat array

Property Details

$client protected_oe property

The guzzle http client.
protected ClientInterface,GuzzleHttp $client
Résultat GuzzleHttp\ClientInterface