Skip to content

Releases: clayfish/printful4j

v0.2.1

22 Jan 01:06
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Changes

This fixes many big and small bugs found in v0.2.0. We highly recommend using this version instead of v0.2.0.

API Status

It has following APIs implemented and tested. All the API are given here.

It has following APIs implemented but not thoroughly tested.

Other features

  • JavaDoc here
  • Uses gson

How to get it?

dependencies {
    compile 'in.clayfish:printful4j:0.2.1'
}

v0.2.0

01 Jan 17:17
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

API Status

It has following APIs implemented and tested. All the API are given here.

It has following APIs implemented but not thoroughly tested.

Other features

  • JavaDoc here
  • Uses gson

How to get it?

dependencies {
    compile 'in.clayfish:printful4j:0.2.0'
}

v0.1.0

29 Dec 02:29
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

It has following features.

How to get it?

dependencies {
    compile 'in.clayfish:printful4j:0.1.0'
}

v0.0.1

24 Dec 23:16
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

It contains working Orders API as documented here.

dependencies {
    compile 'in.clayfish:printful4j:0.0.1'
}