Created
March 15, 2019 21:34
-
-
Save includeamin/2569463b22c98a81bc3410d9089c6238 to your computer and use it in GitHub Desktop.
Standard Response Rest
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
| def Result(state, description): | |
| return json.dumps({ | |
| "State": state, | |
| "Description": description | |
| }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment