Created
April 1, 2010 23:40
-
-
Save probablycorey/352530 to your computer and use it in GitHub Desktop.
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
| -- GET /deals # get all the deals | |
| -- POST /deals/id # redeem a deal | |
| -- GET /user # get the user details | |
| -- POST /user/login # login | |
| -- POST /user/signup # login | |
| -- URL for each social network, will contain a redirect to the networks | |
| -- oAuth page. On success will redirect to success://pushkart.com on failure will | |
| -- redirect to failure://pushkart.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment