All API queries begin with /api. Any request that is not authorized to be made returns the error code 405 Method Not Allowed, 403 Forbidden or 401 Not Authorized.
< https://localhost:8443/api/temas>
-
POST
-
{ "id": 54, "obras": [], "contenido": "Videojuegos", "numObras": 0 }
< https://localhost:8443/api/temas/Videojuegos >
-
GET
-
{ "obras": [], "contenido": "Videojuegos" }
< https://localhost:8443/api/temas/Videojuegos >
-
DELETE
-
{ "id": 54, "obras": [], "contenido": "Videojuegos", "numObras": 0 }
< https://localhost:8443/api/obras >
-
POST
-
- URL
- id = [int]
- URL
-
{ "id": 55, "title": "Pokemon esmeralda", "URL": "https://i.pinimg.com/originals/3f/47/b2/3f47b2a3ac5d6f6b4f3790c4a2730a93.jpg", "date": "No se sabe", "editorial": "¿Pokemon?", "url_editorial": "¿?", "citas": [], "autores": [ { "id": 1, "nombre": "William Shakespeare", "url_foto": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/a2/Shakespeare.jpg/255px-Shakespeare.jpg", "fecha_nac": "26 de abril de 1564", "fecha_def": "23 de abril 1616", "url_mapa": "https://media-cdn.tripadvisor.com/media/photo-s/0d/f4/e1/3e/england-in-one-day-stonehenge.jpg", "lugar": "Stratford-upon-Avon, Inglaterra" } ], "url": "https://i.pinimg.com/originals/3f/47/b2/3f47b2a3ac5d6f6b4f3790c4a2730a93.jpg" }
< https://localhost:8443/api/obras/Pokemon esmeralda >
-
GET
-
{ "id": 55, "title": "Pokemon esmeralda", "URL": "https://i.pinimg.com/originals/3f/47/b2/3f47b2a3ac5d6f6b4f3790c4a2730a93.jpg", "date": "No se sabe", "editorial": "¿Pokemon?", "url_editorial": "¿?", "citas": [], "autores": [ { "id": 1, "nombre": "William Shakespeare", "url_foto": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/a2/Shakespeare.jpg/255px-Shakespeare.jpg", "fecha_nac": "26 de abril de 1564", "fecha_def": "23 de abril 1616", "url_mapa": "https://media-cdn.tripadvisor.com/media/photo-s/0d/f4/e1/3e/england-in-one-day-stonehenge.jpg", "lugar": "Stratford-upon-Avon, Inglaterra" } ] }
< https://localhost:8443/api/obras >
-
PUT
-
{ "id": 55, "title": "Pokemon esmeralda", "URL": "https://i.pinimg.com/originals/3f/47/b2/3f47b2a3ac5d6f6b4f3790c4a2730a93.jpg", "date": "October 21, 2005", "editorial": "Pokemon company", "url_editorial": "https://upload.wikimedia.org/wikipedia/commons/5/55/Logo_of_The_Pok%C3%A9mon_Company.jpg", "citas": [], "autores": [ { "id": 1, "nombre": "William Shakespeare", "url_foto": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/a2/Shakespeare.jpg/255px-Shakespeare.jpg", "fecha_nac": "26 de abril de 1564", "fecha_def": "23 de abril 1616", "url_mapa": "https://media-cdn.tripadvisor.com/media/photo-s/0d/f4/e1/3e/england-in-one-day-stonehenge.jpg", "lugar": "Stratford-upon-Avon, Inglaterra" } ], "url": "https://i.pinimg.com/originals/3f/47/b2/3f47b2a3ac5d6f6b4f3790c4a2730a93.jpg" }
< https://localhost:8443/api/obras/autor >
-
PUT
-
- URL
- idAutor = [int]
- idObra = [int]
- URL
-
{ "id": 26, "title": "Hamlet", "URL": "https://www.catedra.com/jpg_g/catedra/CA00014412.jpg", "date": "1605", "editorial": "Ed. Oceano", "url_editorial": "https://pbs.twimg.com/profile_images/3243051312/6a054036cdb81091d4e57f68fe756462_400x400.jpeg", "citas": [ { "id": 12, "contenido": "Ser o no ser, esa es la cuestión. ¿Cuál es más digna acción del ánimo, sufrir los tiros penetrantes de la fortuna injusta, u oponer los brazos a este torrente de calamidades, y darlas fin con atrevida resistencia? Morir es dormir. ¿No más? " } ], "autores": [ { "id": 1, "nombre": "William Shakespeare", "url_foto": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/a2/Shakespeare.jpg/255px-Shakespeare.jpg", "fecha_nac": "26 de abril de 1564", "fecha_def": "23 de abril 1616", "url_mapa": "https://media-cdn.tripadvisor.com/media/photo-s/0d/f4/e1/3e/england-in-one-day-stonehenge.jpg", "lugar": "Stratford-upon-Avon, Inglaterra" }, { "id": 5, "nombre": "Pedro Calderón de la Barca", "url_foto": "https://es.wikipedia.org/wiki/Pedro_Calder%C3%B3n_de_la_Barca#/media/File:Retrato_de_Pedro_Calder%C3%B3n_de_la_Barca.jpg", "fecha_nac": "17 enero 1600", "fecha_def": "25 mayo 1681", "url_mapa": "https://es.wikipedia.org/wiki/Corona_de_Castilla#/media/File:Corona_de_Castilla_1400_es.svg", "lugar": "Madrid" } ], "url": "https://www.catedra.com/jpg_g/catedra/CA00014412.jpg" }
< https://localhost:8443/api/obras/cita >
-
PUT
-
- URL
- contenido = [string]
- idObra = [int]
- URL
-
{ "id": 26, "title": "Hamlet", "URL": "https://www.catedra.com/jpg_g/catedra/CA00014412.jpg", "date": "1605", "editorial": "Ed. Oceano", "url_editorial": "https://pbs.twimg.com/profile_images/3243051312/6a054036cdb81091d4e57f68fe756462_400x400.jpeg", "citas": [ { "id": 12, "contenido": "Ser o no ser, esa es la cuestión. ¿Cuál es más digna acción del ánimo, sufrir los tiros penetrantes de la fortuna injusta, u oponer los brazos a este torrente de calamidades, y darlas fin con atrevida resistencia? Morir es dormir. ¿No más? " }, { "id": 56, "contenido": "Esta obra no mola, hazme caso" } ], "autores": [ { "id": 1, "nombre": "William Shakespeare", "url_foto": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/a2/Shakespeare.jpg/255px-Shakespeare.jpg", "fecha_nac": "26 de abril de 1564", "fecha_def": "23 de abril 1616", "url_mapa": "https://media-cdn.tripadvisor.com/media/photo-s/0d/f4/e1/3e/england-in-one-day-stonehenge.jpg", "lugar": "Stratford-upon-Avon, Inglaterra" }, { "id": 5, "nombre": "Pedro Calderón de la Barca", "url_foto": "https://es.wikipedia.org/wiki/Pedro_Calder%C3%B3n_de_la_Barca#/media/File:Retrato_de_Pedro_Calder%C3%B3n_de_la_Barca.jpg", "fecha_nac": "17 enero 1600", "fecha_def": "25 mayo 1681", "url_mapa": "https://es.wikipedia.org/wiki/Corona_de_Castilla#/media/File:Corona_de_Castilla_1400_es.svg", "lugar": "Madrid" } ], "url": "https://www.catedra.com/jpg_g/catedra/CA00014412.jpg" }
< https://localhost:8443/api/obras/Pokemon esmeralda >
-
DELETE
-
{ "id": 55, "title": "Pokemon esmeralda", "URL": "https://i.pinimg.com/originals/3f/47/b2/3f47b2a3ac5d6f6b4f3790c4a2730a93.jpg", "date": "October 21, 2005", "editorial": "Pokemon company", "url_editorial": "https://upload.wikimedia.org/wikipedia/commons/5/55/Logo_of_The_Pok%C3%A9mon_Company.jpg", "citas": [], "autores": [], "url": "https://i.pinimg.com/originals/3f/47/b2/3f47b2a3ac5d6f6b4f3790c4a2730a93.jpg" }
< /themes/{id} >
-
POST
-
- URL
- idObra = [int]
- URL
-
{ "id": 57, "nombre": "Pikachu", "url_foto": "https://as.com/epik/imagenes/2018/11/16/portada/1542384053_864693_1542384302_noticia_normal.jpg", "fecha_nac": "2 de septiembre de 1998", "fecha_def": "", "url_mapa": "https://cdn.wikimg.net/en/strategywiki/images/thumb/b/b1/PRS%26E-SafariZone.png/1200px-PRS%26E-SafariZone.png", "lugar": "Kanto" }
< https://localhost:8443/api/autores/Pikachu >
-
GET
-
{ "id": 57, "nombre": "Pikachu", "url_foto": "https://as.com/epik/imagenes/2018/11/16/portada/1542384053_864693_1542384302_noticia_normal.jpg", "fecha_nac": "2 de septiembre de 1998", "fecha_def": "", "url_mapa": "https://cdn.wikimg.net/en/strategywiki/images/thumb/b/b1/PRS%26E-SafariZone.png/1200px-PRS%26E-SafariZone.png", "lugar": "Kanto" }
< https://localhost:8443/api/autores >
-
PUT
-
{ "id": 1, "nombre": "William Shakespeare", "url_foto": "https://as.com/epik/imagenes/2018/11/16/portada/1542384053_864693_1542384302_noticia_normal.jpg", "fecha_nac": "Ayer", "fecha_def": "Mañana", "url_mapa": "https://as.com/epik/imagenes/2018/11/16/portada/1542384053_864693_1542384302_noticia_normal.jpg", "lugar": "Aqui" }
< https://localhost:8443/api/autores/Pikachu >
-
DELETE
-
{ "id": 57, "nombre": "Pikachu", "url_foto": "https://as.com/epik/imagenes/2018/11/16/portada/1542384053_864693_1542384302_noticia_normal.jpg", "fecha_nac": "2 de septiembre de 1998", "fecha_def": "", "url_mapa": "https://cdn.wikimg.net/en/strategywiki/images/thumb/b/b1/PRS%26E-SafariZone.png/1200px-PRS%26E-SafariZone.png", "lugar": "Kanto" }