Created
October 23, 2018 16:30
-
-
Save vishnu1991/b49a1f73b81f349f5648b763cae2cbdf to your computer and use it in GitHub Desktop.
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
{ | |
"type": "label", | |
"text": "refresh", | |
"action": { | |
"type": "$network.request", | |
"options": { | |
"url": "https://jasonbase.com/things/jYJ.json" | |
}, | |
"success": { | |
"type": "$render" | |
}, | |
"error": { | |
"type": "$util.banner", | |
"options": { | |
"title": "Error", | |
"description": "Something went wrong." | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment