The following resources provide additional information on the tools and technologies used in the API and in the Cookbook examples.
The Clarity LIMS Rapid Scripting API uses a RESTful web service with XML over HTTP. For more information about REST, see the following:
http://en.wikipedia.org/wiki/Representational_State Transferarrow-up-right
http://www.xfront.com/REST-Web-Services.htmlarrow-up-right
Many of the scripts used in the Cookbook examples assume a knowledge of Linux and text file formats.
Review bash shell execution command syntax and file formats such as comma-separated values (CSV) and Extensible Markup Language (XML):
http://en.wikipedia.org/wiki/Comma-separated_valuesarrow-up-right
http://en.wikipedia.org/wiki/XMLarrow-up-right
For its clarity and readability, we have used Groovy for the Cookbook examples. The Apache Groovyarrow-up-right website provides useful resources for learning and working with Groovy:
http://groovy-lang.org/learn.htmlarrow-up-right
http://groovy-lang.org/documentation.htmlarrow-up-right
Useful Tools
Integrating Scripts
Last updated 1 year ago
Was this helpful?