Advertisement
fernandezekiel

REST API

Dec 19th, 2013
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Stormpath's example
  2.  
  3. Only CRUD
  4.  
  5. Listing: GET api.myapp/v1/product
  6. Viewing: GET api.myapp/v1/product/70
  7. Create: POST api.myapp/v1/product
  8. Update: PUT api.myapp/v1/product/70
  9. Delete: DELETE api.myapp/v1/product/70
  10.  
  11. my problem here is this is only a CRUD API
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement