Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. GET /ressources // to all ressources
  2. GET /ressources/{id} // to get one ressource
  3. DELETE /ressources/{id} // to delete one ressource
  4.  
  5. GET /ressources
  6. GET /ressource/{id}
  7. DELETE /ressource/{id}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement