Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SauceRest.php

18 calls to SauceRest::execute()

SauceRest::createSubAccount in vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php
Create new sub-account: /rest/v1/users/:userId (POST)
SauceRest::deleteJob in vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php
Delete job: /rest/v1/:userId/jobs/:jobId (DELETE)
SauceRest::getAccountDetails in vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php
Get account details: /rest/v1/users/:userId (GET)
SauceRest::getAccountLimits in vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php
Check account limits: /rest/v1/limits (GET)
SauceRest::getActivity in vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php
Get current account activity: /rest/v1/:userId/activity (GET)
SauceRest::getBrowsers in vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php
Get currently supported browsers: /rest/v1/info/browsers (GET)
SauceRest::getCounter in vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php
Get number of tests executed so far on Sauce Labs: /rest/v1/info/counter (GET)
SauceRest::getJob in vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php
Get full information for job: /rest/v1/:userId/jobs/:jobId (GET)
SauceRest::getJobs in vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php
Get jobs: /rest/v1/:userId/jobs (GET)
SauceRest::getStatus in vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php
Get current status of Sauce Labs' services: /rest/v1/info/status (GET)
SauceRest::getTunnel in vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php
Get full information for a tunnel: /rest/v1/:userId/tunnels/:tunnelId (GET)
SauceRest::getTunnels in vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php
Get running tunnels for a given user: /rest/v1/:userId/tunnels (GET)
SauceRest::getUsage in vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php
Get historical account usage: /rest/v1/:userId/usage (GET)
SauceRest::shutdownTunnel in vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php
Shut down a tunnel: /rest/v1/:userId/tunnels/:tunnelId (DELETE)
SauceRest::stopJob in vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php
Stop job: /rest/v1/:userId/jobs/:jobId/stop (PUT)
SauceRest::unsubscribeSubAccount in vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php
Unsubscribe a sub-account: /rest/v1/users/:userId/subscription (DELETE)
SauceRest::updateJob in vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php
Update existing job: /rest/v1/:userId/jobs/:jobId (PUT)
SauceRest::updateSubAccount in vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php
Update sub-account service plan: /rest/v1/users/:userId/subscription (POST)

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal