OpenSTF Java Client
This project is a client of OpenSTF REST API which enables controlling and managing devices in device farm from your browser. You can go and view the project from this link: https://github.com/openstf/stf
You can use that client with test automation frameworks like Appium.
Download
Maven:
<dependency>
<groupId>com.github.yunusmete.stf</groupId>
<artifactId>openstf-java-client</artifactId>
<version>1.0</version> </dependency>
Gradle:
compile 'com.github.yunusmete.stf:openstf-java-client:1.0'
Also you can download the latest JAR and add to your project.
License
Copyright 2016 Yunus Mete, Turkey. Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.