Releases: bliblidotcom/seller-api-client-java
1.4.0-1
1.3.0-2
1.3.0-1
Whats New
Fix the bug in our Signature Generator
-
Added Locale to Our Signature Generator
We set our locale to English when creating a date in Signature Generator to prevent the wrong time format for users from different locale .
1.2.0-3
Seller Api Client v1.2.0-1
Whats New
Shortcut path is ready v1.2.0-1
-
Introducing our new authentication flow
Previously it's has a lot of effort to maintain our token, so from this current release we give you new shortcut to access our API. It's tokenless, so no need to maintain token anymore, bye bye token.
-
Example code
How to access our API using new authentication flow ? No need to worry, we give you an example code to access our API using new authentication flow.
Seller Api Client v1.1.0-1
Whats New
Expanding our journey path v1.1.0-1
-
Give more http method support
To explore our API more and more, we give many http method support like put, patch, and delete. So you can have better experience when exploring our API.
Seller Api Client v0.0.1
Whats New
Our initial awesome thing v0.0.1
-
Example code
We proudly present an example code to use our API, including how to get access token, refresh an expired token, and call API using access token.
-
Very helpful helper
Too much effort to write lots of codes to call our API, so we give some helper to minimize your effort.
-
Automate signature creation
So many things need to combined to generate a signature, so just forget about it we automate it for you.
-
A ready-to-use POJO
No need to manually translate our API request and response into java POJO, we already prepare it for you.