Bug 4104: Added first draft of REST API for tags. Allows to receive all public tags in general and appends them by private tags in case user is logged in.

This commit is contained in:
Henri Kohlberg
2018-09-11 15:38:01 +02:00
parent 1c72251d77
commit 89649cddce
4 changed files with 240 additions and 3 deletions
@@ -29,5 +29,6 @@ Export-Package: com.sap.sailing.domain.common,
com.sap.sailing.domain.common.windfinder
Require-Bundle: com.sap.sse.common,
com.sap.sse.security.common,
com.sap.sse.datamining.annotations;bundle-version="1.0.0"
com.sap.sse.datamining.annotations;bundle-version="1.0.0",
org.json.simple;bundle-version="1.1.0"
Automatic-Module-Name: com.sap.sailing.domain.common