xoe-labs / openapi

OpenAPI for Odoo ERP
3 stars 3 forks source link

.. image:: https://img.shields.io/badge/license-LGPL--3-blue.png :target: https://www.gnu.org/licenses/lgpl :alt: License: LGPL-3

=============================== REST API / Open API (Swagger)

Set up REST API and export Open API (Swagger) specification file for integration with whatever you need.

This module implements a /api/v1/ route tree.

Authentication

As a workaround for multi-db instances, system uses Basic Authentication with db_name:token credentials, where token is a new field in res.users model.

Customization

TODO

The module already includes configuration for the following models:

TODO: Redefine ir.model to load default configuration on load

The module allows to configure

.. TODO: add example of usage in API requests

.. TODO: add example of usage in API requests

Check Usage instruction <doc/index.rst>_ for details.

Credits

Contributors

Sponsors

Maintainers

Further information

Usage instructions: <doc/index.rst>_

Changelog: <doc/changelog.rst>_