Skip to content

tomb50/screensteps-java-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScreenSteps Java Client

A Java client for the ScreenSteps Rest Service, using Spring's RestTemplate.

Usage

Create a 'ScreenSteps' instance, passing credentials and domain straight into the constructor. Then use the object to pull data from the various endpoints.

  ScreenSteps screenSteps = new ScreenSteps("user@email.com","password","example-domain");
  Manual manual = screenSteps.getManual("1234", "abcd");

A description of the available endpoints can be found here.

Status

RC 0.9 released. All endpoints and models implemented. V1.0 to be release soon with minor re-factoring & optimizing.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages