From ba78b582c1b5e5e6dc948d696e8ec4821af3c423 Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Fri, 8 Nov 2013 23:03:45 +0100 Subject: [PATCH] Fixed casing in InChI and InChIKey --- api-config-files/x_chemspider_InChIKeytoCSID.ttl | 2 +- api-config-files/x_chemspider_InChItoCSID.ttl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api-config-files/x_chemspider_InChIKeytoCSID.ttl b/api-config-files/x_chemspider_InChIKeytoCSID.ttl index 9fa29bf..742653b 100644 --- a/api-config-files/x_chemspider_InChIKeytoCSID.ttl +++ b/api-config-files/x_chemspider_InChIKeytoCSID.ttl @@ -15,7 +15,7 @@ api:endpoint [ a api:ExternalHTTPService ; api:description "Returns a ChemSpider URL corresponding to an input InChIKey string. Driven by ChemSpider." ; - api:name "InchiKey to URL" ; + api:name "InChIKey to URL" ; api:enableCache true ; api:uriTemplate "/structure?inchi_key={inchi_key}" ; api:externalRequestTemplate "http://crs.beta.rsc-us.org/JSON.ashx?op=ConvertTo&convertOptions.Direction=InChiKey2CSID&convertOptions.Text={inchi_key}" ; diff --git a/api-config-files/x_chemspider_InChItoCSID.ttl b/api-config-files/x_chemspider_InChItoCSID.ttl index 324c6b6..80e452b 100644 --- a/api-config-files/x_chemspider_InChItoCSID.ttl +++ b/api-config-files/x_chemspider_InChItoCSID.ttl @@ -16,7 +16,7 @@ a api:ExternalHTTPService ; api:description "Returns a ChemSpider URL corresponding to an input InChI string. Driven by ChemSpider." ; - api:name "Inchi to URL" ; + api:name "InChI to URL" ; api:enableCache true ; api:uriTemplate "/structure?inchi={inchi}" ; api:externalRequestTemplate "http://crs.beta.rsc-us.org/JSON.ashx?op=ConvertTo&convertOptions.Direction=InChi2CSID&convertOptions.Text={inchi}" ;