Full-Stack Web Development with Jakarta EE and Vue.js by Daniel Andres Pelaez Lopez

Full-Stack Web Development with Jakarta EE and Vue.js by Daniel Andres Pelaez Lopez

Author:Daniel Andres Pelaez Lopez
Language: eng
Format: epub
ISBN: 9781484263426
Publisher: Apress


Listing 8-7API and example for Upload resource images

Note that the response is an image URL.

Load resource:

This RESTful API is going to receive a file key from the client and return a URL where the image is (Listing 8-8).API

---REQUEST---

GET /api/files/{fileKey}

---RESPONSE---

HTTP Status OK

Content-Type: image/webp

###### EXAMPLE ######

---REQUEST---

GET /api/files/d696de4a-2b6c-4d25-abd6-67df1c88d4f1-Chapter7.png

---RESPONSE---

HTTP Status OK

Content-Type: image/webp

Listing 8-8API and example for load resource images



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.