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

Wishlist items #4

Closed vboteva closed 8 years ago

vboteva commented 8 years ago

Implemented a new endpoint: WishlistItems with get and post with Tests

Provided reference implementation for Dev Portal Getting Started Guide - Create a Service (wishlistItems), including pagination of the list

https://devportal.yaas.io/gettingstarted/createaservice/index.html#4

Removed the car brands from the examples.

PierreFritsch commented 8 years ago

Thanks for the update @vboteva!

oemlerm commented 8 years ago

Thank You for your contribution @vboteva