Last active
July 14, 2018 19:50
-
-
Save luizmarcus/ab29d8a0a9e596628b186c033ec7a5ff to your computer and use it in GitHub Desktop.
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
<?php | |
$update_response = file_get_contents("php://input"); | |
$update = json_decode($update_response, true); | |
if (isset($update["queryResult"]["parameters"]["Jogos"])) { | |
echo getResult($update["queryResult"]["parameters"]["Jogos"]); | |
} | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Atualizado para a versão v2 da API