Skip to content

Instantly share code, notes, and snippets.

@rizrmd
Created June 7, 2014 03:50
Show Gist options
  • Select an option

  • Save rizrmd/5d319f17e207d0060bf0 to your computer and use it in GitHub Desktop.

Select an option

Save rizrmd/5d319f17e207d0060bf0 to your computer and use it in GitHub Desktop.
Kii REST API - Slide 27
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