Skip to content

Instantly share code, notes, and snippets.

@sourishkrout
Forked from Zarkonnen/integration.js
Last active August 29, 2015 13:57
{
/**
* Set any of the following settings by passing in a settings object.
*
* If the user has not previously approved setting settings for this account name and access key,
* they will be prompted to.
*
* The following settings keys are available:
* accountname
* accesskey
*
* tunnelidentifier
* seport
* sharedtunnel
* resturl
*
* nosslbumpdomains
* directdomains
* fastfailregexps
*
* proxyhost
* proxyport
* proxyuser
* proxypassword
*/
setSettings: function(accountName, accessKey, settings) {},
/**
* Start Sauce connect. Requires user approval the first time for a given account name and key.
*/
startConnect: function(accountName, accessKey) {},
/**
* Stop sauce connect.
*/
stopConnect: function() {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment