Skip to content

Instantly share code, notes, and snippets.

View raphaelgmelo's full-sized avatar

Raphael Melo raphaelgmelo

View GitHub Profile
[
{
"reward": 10,
"eventName" : "Warming Up",
"eventDescription" : "Everyday, get Tickets by completing your first fight!",
"available" : false,
},
{
"reward" : 500,
"eventName" : "Fatality",
{
"message" : "Joysticket Sample Touch pt-BR",
"notificationType" : "M",
"status" : "P",
"tickets" : "+1000",
}
curl --verbose \
--header "Authorization: ba14ef0f3dcaf77b92b710761f700acfbdff3d6e6887dd634189c237604ea57720140910540245" \
https://joysticket.com/api/v2/balance
{
"icon": "https://s3-sa-east-1.amazonaws.com/joysticket-dev/icon_a8debf663efa16db824d6e46c4d0602720141028.jpg",
"appName": "Joysticket Sample",
"appDescription": "Joysticket Sample é apenas um teste da plataforma",
"appCategory": "Travel",
"developerName": "Joysticket"
}
curl --verbose \
--header "Authorization: ba14ef0f3dcaf77b92b710761f700acfbdff3d6e6887dd634189c237604ea57720140910540245:ba14ef0f3dcaf77b92b710761f700acfbdff3d6e6887dd634189c237604ea57720140910540245" \
https://joysticket.com/api/v2/event?user-auth=true
curl --verbose \
--header "Authorization: ba14ef0f3dcaf77b92b710761f700acfbdff3d6e6887dd634189c237604ea57720140910540245:ba14ef0f3dcaf77b92b710761f700acfbdff3d6e6887dd634189c237604ea57720140910540245" \
--data "code=denismendes&email=denis@joysticket.com&password=123456" \
https://joysticket.com/api/v2/track-event
{
"id": 1,
"username": "denismendes",
"email": "denis@joysticket.com",
"hashEmail": "2674707bafdcaef012aae60d9404f1f3",
"password": "****",
"firstName": null,
"lastName": null,
"photo": null,
"addressOne": null,
curl --verbose \
--header "Authorization: ba14ef0f3dcaf77b92b710761f700acfbdff3d6e6887dd634189c237604ea57720140910540245:ba14ef0f3dcaf77b92b710761f700acfbdff3d6e6887dd634189c237604ea57720140910540245" \
--proxy PUT \
--data "username=denisfelipe" \
https://joysticket.com/api/v2/user/3
{
"createdAt" : {
"date" : "2014-09-23 16:27:16.000000" ,
"timezone_type" : 3 ,
"timezone" : "America/Sao_Paulo"
}
}
curl --verbose \
--header "Authorization: ba14ef0f3dcaf77b92b710761f700acfbdff3d6e6887dd634189c237604ea57720140910540245" \
--data "username=denismendes&email=denis@joysticket.com&password=123456&country=1" \
https://joysticket.com/api/v2/user`