Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/senaite/senaite.jsonapi
RESTful JSON API for SENAITE
https://github.com/senaite/senaite.jsonapi
crud json lims plone rest senaite
Last synced: 5 days ago
JSON representation
RESTful JSON API for SENAITE
- Host: GitHub
- URL: https://github.com/senaite/senaite.jsonapi
- Owner: senaite
- License: gpl-2.0
- Created: 2017-09-29T10:16:27.000Z (about 7 years ago)
- Default Branch: 2.x
- Last Pushed: 2024-08-04T19:41:12.000Z (3 months ago)
- Last Synced: 2024-10-05T13:08:45.680Z (about 1 month ago)
- Topics: crud, json, lims, plone, rest, senaite
- Language: Python
- Homepage: https://www.senaite.com
- Size: 449 KB
- Stars: 11
- Watchers: 7
- Forks: 20
- Open Issues: 10
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://raw.githubusercontent.com/senaite/senaite.jsonapi/master/static/logo_pypi.png
:target: https://github.com/senaite/senaite.jsonapi
:alt: senaite.jsonapi
:height: 128pxRESTful JSON API for SENAITE LIMS
=================================.. image:: https://img.shields.io/pypi/v/senaite.jsonapi.svg?style=flat-square
:target: https://pypi.python.org/pypi/senaite.jsonapi.. image:: https://img.shields.io/github/actions/workflow/status/senaite/senaite.jsonapi/build-and-test.yml?branch=2.x
:target: https://github.com/senaite/senaite.core/actions/workflows/build-and-test.yml?query=branch:2.x.. image:: https://readthedocs.org/projects/pip/badge/
:target: https://senaitejsonapi.readthedocs.org.. image:: https://img.shields.io/github/issues-pr/senaite/senaite.jsonapi.svg?style=flat-square
:target: https://github.com/senaite/senaite.jsonapi/pulls.. image:: https://img.shields.io/github/issues/senaite/senaite.jsonapi.svg?style=flat-square
:target: https://github.com/senaite/senaite.jsonapi/issues.. image:: https://img.shields.io/badge/Made%20for%20SENAITE-%E2%AC%A1-lightgrey.svg
:target: https://www.senaite.comAbout
-----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:
.. code-block:: ini
eggs =
senaite.lims
senaite.jsonapiand run *bin/buildout*.
Documentation
-------------* https://senaitejsonapi.readthedocs.io
Feedback and support
--------------------* `Community site `_
* `Gitter channel `_
* `Users list `_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... Links
.. _SENAITE LIMS: https://www.senaite.com