ssciwr / svelte-easydb-detail-view

A reimplementation of the EasyDB detail view as a Svelte component
MIT License
0 stars 1 forks source link

Add top level property mask #22

Closed dokempf closed 3 months ago

dokempf commented 3 months ago

When querying the data, use the /api/objects/uuid/<id>/mask/<maskname> endpoint. The default behaviour should be an empty string that results in the current behaviour (EasyDB picks the best mask).

dokempf commented 3 months ago

Done.