Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

43 lines (30 loc) · 1.42 KB
  • Added redemptions module to call user redemptions management OST APIs.
  • Added redeemable SKUs module to call redeemable SKUs OST APIs.
  • Readme changes for documenting new parameters in transactions module. These parameters can help to get data between specific time interval.
  • Added webhooks module to call webhook management OST APIs.
  • Support for verify webhook signature.
  • Added base tokens module to V2 API's
  • OST API V2 interaction layer implementation.
  • Removed API V0 and V1 support.
  • README.md has API V2 usage instructions
  • Added user balances module to V1 API's
  • Added transaction ledger module to V1 API's

Initial release of the official OST JAVA SDK

  • This release has support for interacting with V1 API along with V0
  • README.md has API V1 usage instructions
  • README_V0.md has API V0 usage instructions