Skip to content

PlayerStoreApi

All URIs are relative to http://localhost:8080/api

Method HTTP request Description
getAllPlayerStore GET /player/store/get_all Get All Player Store (WIP)
getAllPlayerStorePurchase GET /player/store/purchase/get_all Get All Player Store Purchase (WIP)

getAllPlayerStore

GetAllPlayerStoreResponse getAllPlayerStore(platform, env)

Get All Player Store (WIP)

- Get all gem / paid store product infos (includes expired product) - NOTE: The client will stucks when request this if using mitm (since app store connection will needed)

Parameters

Name Type Description Notes
platform Integer 1: iOS / 2: Android [optional] [default to null]
env Integer [optional] [default to null]

Return type

GetAllPlayerStoreResponse

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

getAllPlayerStorePurchase

GetAllPlayerStorePurchaseResponse getAllPlayerStorePurchase()

Get All Player Store Purchase (WIP)

Get all purchased item infos of the current player

Parameters

This endpoint does not need any parameter.

Return type

GetAllPlayerStorePurchaseResponse

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json