Skip to content

Instantly share code, notes, and snippets.

@probablycorey
Created May 28, 2010 15:44
Show Gist options
  • Select an option

  • Save probablycorey/417306 to your computer and use it in GitHub Desktop.

Select an option

Save probablycorey/417306 to your computer and use it in GitHub Desktop.
// Bad Result
// HTTP(PUT) http://pushkart.com/mobile_api/deals/71
{"image_url":"/system/avatars/81/thumb/man_hungry_100x100.jpg?1273866043","redeem_code":null,"title":"$3 off your next Delivery.com order!","message":"Hungry? Me too! At Delivery.com you can order online from your favorite restaurants! http://www.delivery.com/","id":71}
// Good Result
// HTTP(PUT) http://pushkart.com/mobile_api/deals/31
{"image_url":"/system/avatars/41/thumb/verb_cafe.png?1273805831","redeem_code":"Mention pushkart and your member name to the cashier","title":"10% off our awesome Iced Coffee","message":"Verb Cafe has the best Iced Coffee in town. cold brewed = better taste! http://foursquare.com/venue/3249","id":31}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment