Skip to content

Releases: bliblidotcom/seller-api-client-java

1.4.0-1

31 Jan 04:13
Compare
Choose a tag to compare

Whats New

Fix the bug in our Basic Auth Http Client

  • Fix Http Method that Used in Http Client

    No more wrong http method when doing http call.

1.3.0-2

28 Dec 08:23
56dd949
Compare
Choose a tag to compare

Whats New

Fix the bug in our Signature Generator

  • Fix Signature Year Date Format

    No more wrong year when use signature in December.

1.3.0-1

30 Nov 04:19
d28d8a4
Compare
Choose a tag to compare

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

14 May 08:40
Compare
Choose a tag to compare

Whats New

Improve our shortcut path v1.2.0-3

  • Fix example code

    We fix our example code, so that you can use it perfectly.

Seller Api Client v1.2.0-1

04 May 08:18
Compare
Choose a tag to compare

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

07 Jan 10:06
7131ac7
Compare
Choose a tag to compare

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

02 Oct 06:50
Compare
Choose a tag to compare

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.