@Produces({"application/json","application/xml"})
@Path("/science/api/v1")
public interface InstitutionResource
| Modifier and Type | Method | Description |
|---|---|---|
InstitutionResponse |
findAll() |
|
InstitutionResponse |
findByCountry(String country) |
@Path("/institutions")
@GET
InstitutionResponse findAll()
@Path("/institutions/search")
@GET
InstitutionResponse findByCountry(@QueryParam("country")
String country)
Copyright © 2018. All rights reserved.