Skip to content

Instantly share code, notes, and snippets.

@includeamin
Created March 15, 2019 21:34
Show Gist options
  • Select an option

  • Save includeamin/2569463b22c98a81bc3410d9089c6238 to your computer and use it in GitHub Desktop.

Select an option

Save includeamin/2569463b22c98a81bc3410d9089c6238 to your computer and use it in GitHub Desktop.
Standard Response Rest
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