Skip to content

Instantly share code, notes, and snippets.

@s3u
Created February 22, 2012 20:22
Show Gist options
  • Select an option

  • Save s3u/1886996 to your computer and use it in GitHub Desktop.

Select an option

Save s3u/1886996 to your computer and use it in GitHub Desktop.
Making Peace - route
resp = insert into ebay.trading.placeoffer (siteId, itemId, offer, action, quantity)
values ("{siteId}", "{itemId}", "{offer}", "{action}", "{quantity}");
return resp via route
"/offers" using method post;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment