Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Stormpath's example
- Only CRUD
- Listing: GET api.myapp/v1/product
- Viewing: GET api.myapp/v1/product/70
- Create: POST api.myapp/v1/product
- Update: PUT api.myapp/v1/product/70
- Delete: DELETE api.myapp/v1/product/70
- my problem here is this is only a CRUD API
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement