Skip to content
This repository was archived by the owner on Jul 10, 2022. It is now read-only.

SpruceHillio/zalando-java-api-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zalando Java API Wrapper

A simple Java API wrapper for the Zalando public API. Find more information about the Zalando API at https://github.com/zalando/shop-api-documentation/wiki

This wrapper has not yet near to full support of all offered API methods

Getting started

Include the JAR

Include the JAR file as dependency on your project. It is availble through Maven central.

Maven

<dependency>
    <groupId>io.sprucehill</groupId>
    <artifactId>zalando-java-api-wrapper</artifactId>
    <version>0.1.0</version>
</dependency>

Gradle

compile 'io.sprucehill.zalando-java-api-wrapper:0.1.0

About

Zalando API wrapper for Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published