From 8d557c5bda27907e4d5c7d7a63492f51e22cd26d Mon Sep 17 00:00:00 2001 From: Syphax bouazzouni Date: Wed, 31 Jul 2024 11:07:27 +0200 Subject: [PATCH] Feature: update ols API url and remove gfbio --- src/main/resources/response-config.json | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/main/resources/response-config.json b/src/main/resources/response-config.json index a493b56..155e721 100644 --- a/src/main/resources/response-config.json +++ b/src/main/resources/response-config.json @@ -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", @@ -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",