Skip to content

Commit

Permalink
Feature: update ols API url and remove gfbio
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni authored Jul 31, 2024
1 parent 739822a commit 8d557c5
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions src/main/resources/response-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
{
"database": "ols",
"url": "https://ebi.ac.uk/ols4/api/search?q=%s",
"url": "https://www.ebi.ac.uk/ols4/api/search?q=%s",
"apiKey": "",
"responseMapping": {
"nestedJson": "response",
Expand All @@ -30,19 +30,6 @@
"type": "type"
}
},
{
"database": "gfbio",
"url": "https://terminologies.gfbio.org/api/terminologies/search?query=%s",
"apiKey": "",
"responseMapping": {
"nestedJson": "results",
"iri": "uri",
"label": "label",
"synonym": "synonym",
"ontology": "internal",
"description": "description"
}
},
{
"database": "skosmos",
"url": "https://agrovoc.fao.org/browse/rest/v1/search?query=%s&lang=en&fields=scopeNote",
Expand Down

0 comments on commit 8d557c5

Please sign in to comment.