Skip to content

lemonwaysas/java-client-directkit-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This example shows how to call the LemonWay DirectKit JSON API.

It is very simple. We have to send the Post request in the right format to the right URL.

To know the request format of each method, see http://documentation.lemonway.fr/

Compile then run

$ mvn compile
$ mvn exec:java -Dexec.mainClass="lw.api.client.Program"

Notice

The JSON request must to contain ALL parameters, evens optionals one. For optional parameters, you could give empty string as value.

Releases

No releases published

Packages

No packages published

Languages