eclipse-basyx / basyx-java-server-sdk

MIT License
55 stars 45 forks source link

Invoking /shells/$reference returns 400 #323

Open otto-ifak opened 3 months ago

otto-ifak commented 3 months ago

I am using the docker setup from the examples folder. When I invoke

http://localhost:8081/shells/$reference

the server responds with error code 400 instead of listing all shell references. It seems, that the server tries to parse $reference as asset id instead of as a modifier.

aaronzi commented 3 months ago

Hello Björn,

The $reference endpoints are not currently implemented in BaSyx. The following screenshot shows the implemented endpoints that you can use.

image

I would suggest using get/shells which includes the references. We will discuss internally when this endpoint will be implemented and send you an update once this is done.

otto-ifak commented 3 months ago

Hi Aaron, thanks for the clarification.