Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Antora docs #50

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/antora.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: server-sdk-java
title: Ost Server SDK Java
version: '1.0'
nav:
- modules/ROOT/nav.adoc
Empty file.
Empty file.
Empty file.
Empty file.
2 changes: 2 additions & 0 deletions docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* xref:index.adoc[Overview]
* xref:CHANGELOG.adoc[Change Log]
37 changes: 37 additions & 0 deletions docs/modules/ROOT/pages/CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
== https://github.com/ostdotcom/ost-sdk-java/tree/v2.2.3[OST JAVA SDK v2.2.3]

* Added redemptions module to call user redemptions management OST APIs.
* Added redeemable SKUs module to call redeemable SKUs OST APIs.

== https://github.com/ostdotcom/ost-sdk-java/tree/v2.2.2[OST JAVA SDK v2.2.2]

* Readme changes for documenting new parameters in transactions module.
These parameters can help to get data between specific time interval.

== https://github.com/ostdotcom/ost-sdk-java/tree/v2.2.0[OST JAVA SDK v2.2.0]

* Added webhooks module to call webhook management OST APIs.
* Support for verify webhook signature.

== https://github.com/ostdotcom/ost-sdk-java/tree/v2.1.0[OST JAVA SDK v2.1.0]

* Added base tokens module to V2 API's

== https://github.com/ostdotcom/ost-sdk-java/tree/v2.0.0[OST JAVA SDK v2.0.0]

* OST API V2 interaction layer implementation.
* Removed API V0 and V1 support.
* xref:README.adoc[README.adoc] has API V2 usage instructions

== https://github.com/ostdotcom/ost-sdk-java/tree/v1.1.0[OST JAVA SDK v1.1.0]

* Added user balances module to V1 API's
* Added transaction ledger module to V1 API's

== https://github.com/ostdotcom/ost-sdk-java/tree/v1.0.0[OST JAVA SDK v1.0.0]

Initial release of the official OST JAVA SDK +

* This release has support for interacting with V1 API along with V0
* xref:README.adoc[README.adoc] has API V1 usage instructions
* xref:README.adoc[README_V0.adoc] has API V0 usage instructions
Empty file.
Empty file.
Loading