queryAPI: Send a query to SauceLabs.

Description Usage Arguments Value Examples

View source: R/init.R

Description

queryAPI A function to send a query to SauceLabs. Intended for seleniumPipes internal use mainly.

Usage

1
queryAPI(verb = GET, account, url, source, ...)

Arguments

verb

The http method to use. See VERB

account

An object of class "account". An account object see account.

url

The url of the remote server endpoint.

source

The name of the RSauceLabs function that called queryDriver.

...

Additonal function arguments - Currently unused.

Value

The contents of the response from the remote server. See content for details.

Examples

1
2
3
4
## Not run: 
# function intended for internal use

## End(Not run)

RSauceLabs documentation built on May 2, 2019, 2:08 a.m.