new ReportClient(apiKey [, baseURL])
Creates a new client for interacting with the Bespoken Test API Must pass the API key which can be found in the Bespoken Dashboard under account settings
Parameters:
Name | Type | Argument | Description |
---|---|---|---|
apiKey |
string | ||
baseURL |
string |
<optional> |
- Source:
Methods
-
<async> jobSummaryResults(jobID)
-
Classifies the specified run
Parameters:
Name Type Description jobID
string - Source:
Returns:
- Type
- Promise.<Array.<any>>
-
<async> loadTestByMinute(runID)
-
Classifies the specified run
Parameters:
Name Type Description runID
string - Source:
Returns:
- Type
- Promise.<Array.<any>>
-
<async> loadTestSummaryResults(runID)
-
Classifies the specified run
Parameters:
Name Type Description runID
string - Source:
Returns:
- Type
- Promise.<Array.<any>>
-
<async> runRawResults(runID)
-
Classifies the specified run
Parameters:
Name Type Description runID
string - Source:
Returns:
- Type
- Promise.<Array.<any>>
-
<async> runSummaryResults(runID)
-
Classifies the specified run
Parameters:
Name Type Description runID
string - Source:
Returns:
- Type
- Promise.<Array.<any>>
-
<async> runThroughputByMinutes(runID)
-
Classifies the specified run
Parameters:
Name Type Description runID
string - Source:
Returns:
- Type
- Promise.<Array.<any>>