Advertisement
solidsnake

SOA 1/28

Jan 28th, 2014
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. /users/location/ping
  2. -parameters: user_id, lon (longitude), lat (latitude)
  3. -return: success or not
  4.  
  5. /creatures/:location_id/get
  6.  
  7. A --> compute
  8.  
  9. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  10.  
  11. CURL COMMAND
  12.  
  13. curl google.com returns response against that service; HTML
  14. -initiate tests that will simulate inputs
  15.  
  16. HURL
  17.  
  18. GET http://api.twitter.com/1/statuses/home_timeline.json
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement