Invenio-REST

https://img.shields.io/github/license/inveniosoftware/invenio-rest.svg https://img.shields.io/travis/inveniosoftware/invenio-rest.svg https://img.shields.io/coveralls/inveniosoftware/invenio-rest.svg https://img.shields.io/pypi/v/invenio-rest.svg

REST API module for Invenio.

Invenio-REST takes care of installing basic error handling on a Flask API application, as well as initializing Flask-CORS for Cross-Origin Resources Sharing (not enabled by default).

Further documentation is available on https://invenio-rest.readthedocs.io/

User’s Guide

This part of the documentation will show you how to get started in using Invenio-REST.

API Reference

If you are looking for information on a specific function, class or method, this part of the documentation is for you.

Additional Notes

Notes on how to contribute, legal information and changes are here for the interested.