Games and Awards

From ePrize Developers Wiki

(Difference between revisions)
Jump to: navigation, search
(New page: TODO: explain games, prizes, limits and token play model. steal from existing docs?)
Line 1: Line 1:
 +
[[API Home Page]]
 +
 +
<div class="api_table">
 +
{|
 +
|-
 +
| [[Create profile]]
 +
| POST /v1/{apikey}/profiles
 +
|
 +
|-
 +
| [[Fetch profile by key]]
 +
| GET /v1/{apikey}/profile({key})/{value}
 +
|
 +
|-
 +
| [[Fetch profile]]
 +
| GET /v1/{apikey}/profile/{uid}
 +
|
 +
|-
 +
| [[Fetch unredeemed tokens]]
 +
| GET /v1/{apikey}/profile/{uid}/tokens
 +
|
 +
|-
 +
| [[Fetch awards]]
 +
| GET /v1/{apikey}/profile/{uid}/awards
 +
|
 +
|-
 +
|}
 +
</div>
 +
TODO: explain games, prizes, limits and token play model. steal from existing docs?
TODO: explain games, prizes, limits and token play model. steal from existing docs?

Revision as of 21:00, 23 March 2009

API Home Page

Create profile POST /v1/{apikey}/profiles
Fetch profile by key GET /v1/{apikey}/profile({key})/{value}
Fetch profile GET /v1/{apikey}/profile/{uid}
Fetch unredeemed tokens GET /v1/{apikey}/profile/{uid}/tokens
Fetch awards GET /v1/{apikey}/profile/{uid}/awards

TODO: explain games, prizes, limits and token play model. steal from existing docs?

Personal tools