heigvd-software-engineering / bim-examples

A proof of concept for generating and visualizing BIM structures
MIT License
2 stars 0 forks source link

I can fetch the list of downloadable files #12

Closed Moufblu closed 2 years ago

Moufblu commented 2 years ago

endpoint path: /files method: GET

This endpoint returns the list of the files stored in the database with their metadata.

Exemple of return payload:

{ { id: 1, name: test.ifc, ... }, ... }

Moufblu commented 2 years ago

Resolved in https://github.com/heigvd-software-engineering/bim-examples/pull/15