Releases: clayfish/printful4j
Releases · clayfish/printful4j
v0.2.1
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.
- ✅ Product Catalog API
- ✅ Shipping Rate API
- ✅ Country/State Code API
- ✅ Tax Rate API
- ✅ Store information API
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
API Status
It has following APIs implemented and tested. All the API are given here.
- ✅ Product Catalog API
- ✅ Shipping Rate API
- ✅ Country/State Code API
- ✅ Tax Rate API
- ✅ Store information API
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
It has following features.
- Fully implemented Country/State Code API
- Fully implemented Product Catalog API
- Orders API is implemented but not tested completely.
- Detailed unit tests
- More towards generic Java library
- Uses gson for JSON manipulation
- JavaDoc here
How to get it?
dependencies {
compile 'in.clayfish:printful4j:0.1.0'
}