senaite.jsonapi

SENAITE JSON API


Keywords
crud, json, lims, plone, rest, senaite
License
GPL-2.0
Install
pip install senaite.jsonapi==1.1.0

Documentation

senaite.jsonapi

RESTful JSON API for SENAITE LIMS

https://img.shields.io/pypi/v/senaite.jsonapi.svg?style=flat-square https://img.shields.io/travis/senaite/senaite.jsonapi/master.svg?style=flat-square https://readthedocs.org/projects/pip/badge/ https://img.shields.io/github/issues-pr/senaite/senaite.jsonapi.svg?style=flat-square https://img.shields.io/github/issues/senaite/senaite.jsonapi.svg?style=flat-square

About

This SENAITE.JSONAPI is a RESTful JSON API for SENAITE LIMS, that allows to Create, Read and Update (CRU operations) through http GET/POST requests. It uses JSON as the format for data representation.

Installation

Add senaite.jsonapi in the eggs section of your buildout:

eggs =
    senaite.lims
    senaite.jsonapi

and run bin/buildout.

Documentation

Feedback and support

License

SENAITE.JSONAPI Copyright (C) RIDING BYTES & NARALABS

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.