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 #77

Open
wants to merge 6 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
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
vendor
docs
composer.lock
.idea
.env
Expand Down
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-php
title: Ost Server SDK PHP
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]
38 changes: 38 additions & 0 deletions docs/modules/ROOT/pages/CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
== https://github.com/ostdotcom/ost-sdk-php/tree/v2.2.3[OST PHP SDK v2.2.3]

* Added redemptions module to call redemptions management OST APIs.
* Added redeemable sku module to call redeemable sku management OST APIs.

== https://github.com/ostdotcom/ost-sdk-php/tree/v2.2.2[OST PHP 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-php/tree/v2.2.0[OST PHP SDK v2.2.0]

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

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

* Added base tokens module to V2 API's

== https://github.com/ostdotcom/ost-sdk-php/tree/v2.0.0[OST PHP 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-php/tree/v1.1.1[OST PHP SDK v1.1.1]

* Bug fix for V1.1 API
* Added version file

== https://github.com/ostdotcom/ost-sdk-php/tree/v1.1.0[OST PHP 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-php/tree/v1.0.0[OST PHP SDK v1.0.0]

Initial release of the official OST PHP SDK + This release has the OST API interaction layer implementation.
Empty file.
Empty file.
Loading