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

Latest commit

 

History

History
27 lines (18 loc) · 645 Bytes

File metadata and controls

27 lines (18 loc) · 645 Bytes

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