Skip to content
/ JEtsy Public
forked from Notronix/JEtsy

A Java implementation of a Java version of the Etsy API

License

Notifications You must be signed in to change notification settings

cmunden/JEtsy

 
 

Repository files navigation

JEtsy

A Java implementation of a Java version of the Etsy API

About

JEtsy (Java Etsy API) is 2 things:

  1. An API. JEtsy provides a Java version of the Etsy API. Etsy's REST API is fully described using java interfaces. This allows anyone to build their own implementation of that API and makes adapting or extending the implementation much easier to achieve.
  2. An Implementation. JEtsy provides a full implementation of the API mentioned above. This makes JEtsy usable right out of the gate. There's nothing to change, unless you need a specific feature or would rather use different underlying implementations (ex. a different Http transport).

Installation

Version 1.0.0003 of JEtsy is available from the Maven Central Repository here

<dependency>
    <groupId>com.notronix</groupId>
    <artifactId>JEtsy</artifactId>
    <version>1.0.0003</version>
</dependency>

Contribution

  1. Found an issue? Add the details here
  2. Want code changed? Fork the repository and make a pull request.

About

A Java implementation of a Java version of the Etsy API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%