SAP-archive / yaas_java_jersey_wishlist

Due to the retirement of YaaS, this repository is archived and will no longer be maintained. --- This is an example implementation of the YaaS "Wishlist" service based on Java. It uses the RAML definition generated by the SDK without modifications. It shows how to implement a basic service and how to integrate with other services on YaaS.
Apache License 2.0
16 stars 19 forks source link

Align result to RAML-Definition: return RessourceLocation-Object #21

Closed stritti closed 7 years ago

stritti commented 7 years ago

In RAML-Definition the POST is defined to Return RessourceLocation.

oemlerm commented 7 years ago

Hello stritti,

Thanks for finding and fixing the missing RessourceLocation.

Best Regards, Michael