Created
February 22, 2012 20:22
-
-
Save s3u/1886996 to your computer and use it in GitHub Desktop.
Making Peace - route
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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