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:

ValidatorApi.java
31 31
    @ResponseBody
32 32
    List<RuleSet> getRuleSets(String mode);
33 33

  
34
    @RequestMapping(value = "/getSetsOfRepository" , method = RequestMethod.GET,produces = MediaType.APPLICATION_JSON_VALUE)
34
    @RequestMapping(value = "/getSetsOfRepository/{url}" , method = RequestMethod.GET,produces = MediaType.APPLICATION_JSON_VALUE)
35 35
    @ResponseBody
36
    List<String> getSetsOfRepository(@RequestBody String url);
36
    List<String> getSetsOfRepository(String url);
37 37

  
38 38
    @RequestMapping(value = "/identifyRepository/{url}" , method = RequestMethod.GET,produces = MediaType.APPLICATION_JSON_VALUE)
39 39
    @ResponseBody

Also available in: Unified diff