Skip to content

Instantly share code, notes, and snippets.

@d30jeff
Created March 9, 2015 07:53
Show Gist options
  • Save d30jeff/de0c85dbaf835c95b68d to your computer and use it in GitHub Desktop.
Save d30jeff/de0c85dbaf835c95b68d to your computer and use it in GitHub Desktop.
What is this
helper.write_json(resp, falcon.HTTP_201, {
'id': obj.id,
'school_name': obj.school_name,
'study_period': obj.study_period,
'highest_award': obj.highest_award
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment