Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api-config-files/x_chemspider_InChIKeytoCSID.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -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}" ;
Expand Down
2 changes: 1 addition & 1 deletion api-config-files/x_chemspider_InChItoCSID.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -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}" ;
Expand Down