Project

General

Profile

« Previous | Next » 

Revision 57874

Using new function for getRepositoriesOfUser, now retuning repository snippet

View differences:

RepositoryService.java
20 20

  
21 21
    List<Repository> getRepositoriesOfUser(String userEmail,
22 22
                                           String page,
23
                                           String size) throws JSONException;
23
                                           String size) throws JSONException, IOException;
24 24

  
25
    List<RepositorySnippet> getRepositoriesSnippetOfUser(String userEmail, String page, String size) throws IOException, JSONException;
26

  
25 27
    Repository getRepositoryById(String id) throws JSONException, ResourceNotFoundException;
26 28

  
27 29
    List<AggregationDetails> getRepositoryAggregations(String id, int from, int size) throws JSONException;

Also available in: Unified diff