Skip to content

Instantly share code, notes, and snippets.

@andrewhavens
Created August 6, 2016 07:34
Show Gist options
  • Save andrewhavens/bfcb224676c56719a858afb73ffa0297 to your computer and use it in GitHub Desktop.
Save andrewhavens/bfcb224676c56719a858afb73ffa0297 to your computer and use it in GitHub Desktop.
AFMotion::JSON.get("http://calagator.org/events.json") do |response|
if response.success?
# do something with the response.object
else
# display an error message to the user
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment