All URIs are relative to https://localhost/api
Method | HTTP request | Description |
---|---|---|
getFoo | GET /pub/pubs/{term} | Returns list of matches |
List<Association> getFoo(term)
Returns list of matches
// Import classes:
//import io.swagger.client.ApiException;
//import io.swagger.client.api.PubpubsApi;
PubpubsApi apiInstance = new PubpubsApi();
String term = "term_example"; // String |
try {
List<Association> result = apiInstance.getFoo(term);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PubpubsApi#getFoo");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
term | String |
No authorization required
- Content-Type: application/json
- Accept: application/json