Skip to content

Latest commit

 

History

History
128 lines (65 loc) · 3.02 KB

JRewardApi.md

File metadata and controls

128 lines (65 loc) · 3.02 KB

\JRewardApi

All URIs are relative to https://koding.com/remote.api

Method HTTP request Description
AddCustomReward Post /JReward.addCustomReward
FetchCustomData Post /JReward.fetchCustomData
FetchEarnedAmount Post /JReward.fetchEarnedAmount
Some Post /JReward.some

AddCustomReward

DefaultResponse AddCustomReward($body)

Parameters

Name Type Description Notes
body DefaultSelector body of the request

Return type

DefaultResponse

Authorization

Bearer

HTTP request headers

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

[Back to top] [Back to API list] [Back to Model list] [Back to README]

FetchCustomData

DefaultResponse FetchCustomData($body)

Parameters

Name Type Description Notes
body DefaultSelector body of the request

Return type

DefaultResponse

Authorization

Bearer

HTTP request headers

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

[Back to top] [Back to API list] [Back to Model list] [Back to README]

FetchEarnedAmount

DefaultResponse FetchEarnedAmount($body)

Method JReward.fetchEarnedAmount

Parameters

Name Type Description Notes
body DefaultSelector body of the request

Return type

DefaultResponse

Authorization

Bearer

HTTP request headers

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

[Back to top] [Back to API list] [Back to Model list] [Back to README]

Some

DefaultResponse Some($body)

Parameters

Name Type Description Notes
body DefaultSelector body of the request

Return type

DefaultResponse

Authorization

Bearer

HTTP request headers

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

[Back to top] [Back to API list] [Back to Model list] [Back to README]