Project

General

Profile

« Previous | Next » 

Revision 50845

1. Fix new dev api
2. Fix bugs on validator / broker / piwik api.
3. JSON changes on convert file for dev api
4. Add new class RequestFilter on utils package for search queries.

View differences:

PiWikApi.java
24 24
    @RequestMapping(value = "/getPiwikSitesForRepos" , method = RequestMethod.GET,produces = MediaType.APPLICATION_JSON_VALUE)
25 25
    List<PiwikInfo> getPiwikSitesForRepos();
26 26

  
27
    @RequestMapping(value = "/approvePiwikSite/{repositoryId}" , method = RequestMethod.GET,produces = MediaType.APPLICATION_JSON_VALUE)
27
    @RequestMapping(value = "/approvePiwikSite/{repositoryId}" , method = RequestMethod.GET)
28 28
    @ResponseBody
29 29
    void approvePiwikSite(String repositoryId);
30 30

  
31
    @RequestMapping(value = "/getOpenaireId/{repositoryid}" , method = RequestMethod.GET,produces = MediaType.APPLICATION_JSON_VALUE)
31
    @RequestMapping(value = "/getOpenaireId/{repositoryId}" , method = RequestMethod.GET,produces = MediaType.APPLICATION_JSON_VALUE)
32 32
    @ResponseBody
33 33
    String getOpenaireId(String repositoryid);
34 34
}

Also available in: Unified diff