Skip to content

wonderflow-bv/wonderflow-api-java-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wonderflow-api-client

Here you find an example of a Java-based API client.

The example include one request: Http POST /token, for obtaining a token from the Wonderflow API.

Table of Contents

Requirements

  • maven
  • java 8
  • Wonderflow api keys

Usage

Clone the repo

git clone [email protected]:wonderflow-bv/wonderflow-api-java-client.git

cd wonderlfow-api-java-client

Build jar

mvn clean compile assembly:single

Run it

java -jar ./target/wonderflow-api-java-client-0.0.1-SNAPSHOT-jar-with-dependencies.jar "YOUR_API_KEY" "YOUR_API_SECRET"

Example of output:

apiKey: YOUR_API_KEY
secret: YOUR_API_SECRET
Status code: HTTP/1.1 200 OK
Token is: "...the token..."

About

Example of Java API client for Wonderflow API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages