Skip to content

rocketbase-io/mocoapp-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java Client of Mocoapp API

This project is a Java client for the public Mocoapp API. The client is based on a fluent java api that maps the cascade of methods to the Mocoapp's api endpoints. For example:

Compilation

mvn compile

Dependency

Thank's to jitpack it's very easy to use current builds

Step 1. Add the JitPack repository to your build file

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Step 2. Add the dependency

<dependency>
    <groupId>com.github.rocketbase-io</groupId>
    <artifactId>mocoapp-api</artifactId>
    <version>mocoapp-api-1.0.0</version>
</dependency>

About

java sdk for mocoapp-api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages