All URIs are relative to https://localhost/api
| Method | HTTP request | Description |
|---|---|---|
| getFoo | GET /pub/pubs/{term} | Returns list of matches |
[Association] getFoo(term)
Returns list of matches
var BioLinkApi = require('bio_link_api');
var apiInstance = new BioLinkApi.PubpubsApi();
var term = "term_example"; // String |
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
apiInstance.getFoo(term, callback);| Name | Type | Description | Notes |
|---|---|---|---|
| term | String |
No authorization required
- Content-Type: application/json
- Accept: application/json