Project

General

Profile

1
package eu.dnetlib.repo.manager.service;
2

    
3
import eu.dnetlib.repo.manager.exception.EndPointException;
4
import org.json.JSONException;
5

    
6
import java.util.Map;
7

    
8

    
9
public interface StatsApi {
10

    
11
    Map<String, Object> getStatistics() throws JSONException, EndPointException;
12
}
(12-12/19)