PHP Class Instagram\API\Request\LoginRequest

Inheritance: extends BaseRequest
Datei anzeigen Open project: liamcottle/instagram-sdk-php Class Usage Examples

Public Methods

Method Description
__construct ( $instagram, $username, $password )
execute ( ) : LoginResponse
getEndpoint ( )
getMethod ( )
getResponseObject ( )
throwExceptionIfResponseNotOk ( )

Method Details

__construct() public method

public __construct ( $instagram, $username, $password )
$instagram Instagram
$username string Instagram Username
$password string Instagram Password

execute() public method

public execute ( ) : LoginResponse
return Instagram\API\Response\LoginResponse

getEndpoint() public method

public getEndpoint ( )

getMethod() public method

public getMethod ( )

getResponseObject() public method

public getResponseObject ( )

throwExceptionIfResponseNotOk() public method