Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clinical-genomics/limsmock

File-based mock for the lims REST API. For testing.
https://github.com/clinical-genomics/limsmock

Last synced: 6 days ago
JSON representation

File-based mock for the lims REST API. For testing.

Awesome Lists containing this project

README

        

# limsmock ![Latest Release](https://img.shields.io/github/v/release/clinical-genomics/limsmock)

Clarity LIMS system mainly consist of a postgress database, a REST API and a web interface.

The REST API is the fundamental data access interface using XML over HTTP. Its data structure looks as below.

```

```

This package serves as a LIMS REST API mock for testing purposes.

Some examples of how it can be used can be fount in tests directory.