Project

General

Profile

« Previous | Next » 

Revision 53619

1. HelloWorldService.java:
a. replace method 'project/claims', with method 'projects/{projectId}/all_claims' (no token but projectId)
b. add method '/users/notification' to get user email preferences from 'notification' table
c. add method '/users/notification/save' to insert a new notification entry or update an existing in 'notification' table
d. add 'compose204Message(String message)' and 'composeDataResponse(List<Notification> notifications)' functions
2. pom.xml: Add dependency with groupId: eu.dnetlib - artifactId: uoa-claims - version: 2.0.1-SNAPSHOT

View differences:

pom.xml
141 141
            <artifactId>jjwt</artifactId>
142 142
            <version>0.7.0</version>
143 143
        </dependency>
144
        <dependency>
145
            <groupId>eu.dnetlib</groupId>
146
            <artifactId>uoa-claims</artifactId>
147
            <version>2.0.1-SNAPSHOT</version>
148
        </dependency>
144 149
    </dependencies>
145 150
</project>

Also available in: Unified diff