Suggested Reading
Last updated
Was this helpful?
Last updated
Was this helpful?
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:
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):
For its clarity and readability, we have used Groovy for the Cookbook examples. The website provides useful resources for learning and working with Groovy: