bh-coders / trip-planer

Mobile, Web and Rest API
5 stars 0 forks source link

Load files from cloud storage #79

Closed kwiats closed 9 months ago

kwiats commented 9 months ago

Overview

We need to extend our attractions management system with new API endpoints. The goal is to enhance the accessibility of images associated with each attraction and to facilitate the retrieval of files stored in our cloud storage solution.

Requirements

Attraction Images Endpoints

  1. Retrieve All Images: An endpoint to fetch all available images for a specific attraction. This should return a list of image URLs or identifiers which can be used to fetch the images individually.

  2. Retrieve Default Image: An endpoint to fetch the default image for a specific attraction. This will be used in cases where a quick preview of the attraction is needed.

Cloud File Retrieval Endpoints

  1. Read File Endpoint: An endpoint to retrieve files from cloud storage. This endpoint should be able to handle various file types (not limited to images) and should ensure secure access to the files.