Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. GET /documents?id1=1234
  2. GET /documents?id2=89
  3.  
  4. GET /documents/1234/authors
  5.  
  6. GET /documents/authors?id1=1234
  7.  
  8. GET /id1-documents/1234/authors
  9. GET /id2-documents/1234/authors
  10.  
  11. GET /documents/id1=1234/authors
  12. GET /documents/id2=89/authors
  13.  
  14. GET /document-authors?id1=1234
  15. GET /document-authors?id2=89
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement