コード例 #1
0
ファイル: DownloadCest.php プロジェクト: patman15/galleryplus
 /**
  * Connects to the API as an anonymous user
  *
  * @param \Step\Api\Anonymous $I
  */
 public function unauthorizedAccess(\Step\Api\Anonymous $I)
 {
     $I->connectToTheApi($this->apiUrl . '/9999999', 'the download API');
 }
コード例 #2
0
 /**
  * Connects to the API as an anonymous user
  *
  * @param \Step\Api\Anonymous $I
  */
 public function unauthorizedAccess(\Step\Api\Anonymous $I)
 {
     $I->connectToTheApi($this->apiUrl, 'the thumbnails API');
 }
コード例 #3
0
 /**
  * Connects to the API as an anonymous user
  *
  * @param \Step\Api\Anonymous $I
  */
 public function unauthorizedAccess(\Step\Api\Anonymous $I)
 {
     $I->connectToTheApi($this->apiUrl . '/9999999/1920/1080', 'the preview API');
 }