Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. http://localhost:9000/api/libri/_search/genere?genere=Horror
  2. =========================================================
  3. [
  4.  
  5. {
  6. "id": 1,
  7. "titolo": "Il sole della sera",
  8. "genere": "Horror",
  9. "numeroPagine": 300,
  10. "annoPubblicazione": 2014,
  11. "autores": [
  12. {
  13. "id": 3,
  14. "nome": "Daniele",
  15. "cognome": "Danieli",
  16. "dataDiNascita": "1969-09-11",
  17. "email": "daniele@goo.com"
  18. }
  19. ],
  20. "casaEditrice": {
  21. "id": 1,
  22. "nome": "Satellite Edizioni",
  23. "indirizzo": "Via dei satelliti",
  24. "email": "satellite@edizioni.it",
  25. "telefono": "33333333",
  26. "website": "www.sated.net"
  27. }
  28. }
  29.  
  30. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement