Created
August 14, 2018 15:56
-
-
Save bheyde/c37c07fef12d63c0a2d78e7186ee0ffb to your computer and use it in GitHub Desktop.
Successful calls return their data as a JSON structure in the following format:
This file contains 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
{ | |
"success": true, | |
"data": call-specific data | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment