Created
June 7, 2014 03:50
-
-
Save rizrmd/5d319f17e207d0060bf0 to your computer and use it in GitHub Desktop.
Kii REST API - Slide 27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -v -X POST \ | |
| -H "Authorization: Bearer {ACCESS_TOKEN}" \ | |
| -H "content-type:application/vnd.{APP_ID}.mydata+json" \ | |
| -H "x-kii-appid:{APP_ID}" \ | |
| -H "x-kii-appkey:{APP_KEY}" \ | |
| "https://api-sg.kii.com/api/apps/{APP_ID}/buckets/{BUCKET_NAME}/objects" \ | |
| -d '{"score":"1800", "name":"game1"}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment