eclipse-basyx / basyx-java-server-sdk

MIT License
58 stars 45 forks source link

Attachment Endpoints -> Submodel Repository #109

Closed aaronzi closed 11 months ago

aaronzi commented 1 year ago

Are those endpoints already implemented?

image

Will BaSyx V2 also have the option to store files internally (in the Submodel Repository respectively MongoDB?

aaronzi commented 1 year ago

In addition to that, it would also be nice to embed the defaultThumbnail of the asset-information inside the AAS Repository so that the Asset image can be retrieved via the API.

FrankSchnicke commented 1 year ago

File Endpoints

The File endpoints are already implemented (cf. https://github.com/eclipse-basyx/basyx-java-server-sdk/pull/93). The images on DockerHub will be updated end of next week, I will update this ticket here.

defaultThumbnail

The latest release of AAS4J does not support thumbnail retrieval from AASX. However, this will be supported in the next version of AAS4J and subsequently we will integrate the thumbnail endpoints into BaSyx.

aaronzi commented 1 year ago

Perfect, thanks for the info 👍🏻

FrankSchnicke commented 11 months ago

The images released yesterday include this feature