Odoo API Base

by
Odoo

52.36

v 17.0 Third Party 7
Live Preview
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Community Apps Dependencies
Lines of code 752
Technical Name api_framework_base
LicenseOPL-1
Websitehttps://ekika.co
Versions 15.0 17.0 16.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Community Apps Dependencies
Lines of code 752
Technical Name api_framework_base
LicenseOPL-1
Websitehttps://ekika.co
Versions 15.0 17.0 16.0

Base API

Note:

This module only provide base structure for API. This module provides basic support structure for your api system. In standalone usage case you need to develop your own authentication and API format protocol. When you go with our bundle framework you will have multiple things to play with for details on bundle module check following link.

If you are a developer and do not want GraphQL / JsonAPI with this framework in that you should buy this module. Otherwise you should buy full bundle you cannot use this module standalone without any implementation or authentication, authorization and protocol.

Bundle App: https://apps.odoo.com/apps/modules/16.0/api_framework/

Introduction

An innovative solution designed to revolutionize your API management experience. Our software stands at the forefront of API-based technology, offering a comprehensive suite of features meticulously crafted to streamline and enhance your API interactions.

One of its standout components is the API Dispatcher, a powerful tool that efficiently manages incoming requests, ensuring they are routed to the appropriate endpoints with speed and precision.

By using our API Dispatcher you can make various types of API format.

Security is paramount in today’s digital landscape, and our product addresses this need through its sophisticated API Authentication system. Employing state-of-the-art protocols and authentication mechanisms, it fortifies your API infrastructure, safeguarding sensitive data and preventing unauthorized access.

It redefines the way APIs are utilized, providing a comprehensive solution that empowers developers, businesses, and enterprises to maximize their potential in a connected digital ecosystem

How to plug new Authentication?

  • Define your _auth_method_{your_auth_type} method in odoo model ir.http.
  • This authentication is considered from the authentication_type field of your API record so based on that you have to act according.
  • Lastly, use the auth='api' parameter in the http.route() method for your controller.

How to new plug API Protocol / Schema / Architecture?

  • Define your API class with the parent class EasyAPI, which is provided in this module.
  • Lastly, use the type='api parameter in the http.route() method for your controller.

Screenshots

API Setting-1

Odoo Proprietary License v1.0

This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).

You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).

It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.

The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.