- Notifications
You must be signed in to change notification settings - Fork57
Sauce REST API client for Java
License
saucelabs/saucerest-java
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A Java client for Sauce Labs REST API.
Currently, this client only support the endpoints listedhere.
With version 2.x of SauceREST we have made code-breaking changes to this wrapper. It has been updated to be morefuture-proof and to also support the newest APIs from Sauce Labs.
This is going to be continuous process which means we will release changes to SauceREST over time.
If a function you're after isn't supported, we suggest either shelling out and using the curl version,or sending a pullrequest!Contribution Details Here.
Creating a client object
SauceRESTsauceREST =newSauceREST("username","access-key",DataCenter.EU_CENTRAL);
Parameters:
Name | Type | Details |
---|---|---|
username | String (required) | Your sauce labs username |
access-key | String (required) | Your sauce labs accesskey |
data_center | String or DataCenter (required) | One ofUS_WEST ,EU_CENTRAL |
The best way to find out how to use this library is to look at the tests. They are located in thesrc/test/java
directory. Especially the integration testswill provide you with a good overview of how to use this library.
<dependencies> <dependency> <groupId>com.saucelabs</groupId> <artifactId>saucerest</artifactId> <version>LATEST VERSION</version> <scope>test</scope> </dependency></dependencies>
For latest version please check the following link:click.
Check out our contribution guidehere for details.
About
Sauce REST API client for Java
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.