Search 1.9 billion lines of Odoo code on GitHub

base_rest

Author: ACSONE SA/NV, Odoo Community Association (OCA)
License: LGPL-3
Branch: 11.0
Repository: OCA/rest-framework
Dependencies: component, and web
Languages: CSS (2, 0.1%), HTML (617, 34.3%), JavaScript (62, 3.5%), LESS (9, 0.5%), Python (809, 45.0%), SVG (76, 4.2%), XML (65, 3.6%), and reStructuredText (157, 8.7%)
Other branches: 10.0, 12.0, 13.0, 13.0-ocabot-merge-pr-65-by-lmignon-bump-patch, 14.0, 15.0, 16.0, 16.0-ocabot-merge-pr-311-by-lmignon-bump-nobump, oca-port-pr-147-from-13.0-to-14.0, and simahawk-patch-1
Other repositories: 0x130C/odoo-shopinvader, AdriaGForgeFlow/odoo-shopinvader, Ahmad-Datasmith/rest-framework, Albin-John/odoo-shopinvader, Change2improve/rest-framework, Digital5-Odoo/rest-framework, Gabinete-Digital/rest-framework, Laurent-Corron/odoo-shopinvader, LeartS/rest-framework, LevelPrime/rest-framework, NeatNerdPrime/rest-framework, OCA-MUK/rest-framework, SerpentConsultingServices/odoo-shopinvader, SetRac/rest-framework, SeuMarco/rest-framework, TDu/rest-framework, Tomaskarpovic/rest-framework, acsone/odoo-shopinvader, acsone/rest-framework, adrienpeiffer/odoo-shopinvader, ajinvn2019/rest-framework, akretion/odoo-shopinvader, akretion/rest-framework, alecvinent/rest-framework, altanmur/rest-framework, andres-mejia/rest-framework, antoinecln/odoo-shopinvader, ap-wtioit/odoo-shopinvader, baotnp/rest-framework, bigmoney-team/rest-framework, boky1993/rest-framework, cedvict/rest-framework, clementmbr/odoo-shopinvader, coopiteasy/rest-framework, czgonroad/odoo-shopinvader, darshan-odoo/rest-framework, dndoanh/rest-framework, elmosolutions/rest-framework, gaanto/rest-framework, gastonfeng/rest-framework, glm-conseil/rest-framework, grap/odoo-shopinvader, guewen/rest-framework, gurneyalex/rest-framework, guwenfeng/rest-framework, hinfo506/rest-framework, hminle/rest-framework, huntergps/rest-framework, id42sistemas/rest-framework, jacky82669513/rest-framework, jamesvibar/rest-framework, janverb/rest-framework, jobiols/oca-rest-framework, jorgeblanc9/rest-framework, josuf567/rest-framework, jriveros/odoo-shopinvader, jsilvestar/odoo-shopinvader, lebanggit/rest-framework, led-startup-studio/rest-framework, lideritjnma/rest-framework, marvin981973/rest-framework, maxindo/rest-framework, mohamed-helmy/rest-framework, ngnamuit/rest-framework, novawish/rest-framework, odoogap/rest-framework, oliverzgy/rest-framework, one2pret/rest-framework, osvalr/rest-framework, pscloud/rest-framework, qq470647251/odoo-shopinvader, royalline1/rest-framework, sanube/rest-framework, sc4you/odoo-shopinvader, simahawk/rest-framework, skander-cherif/rest-framework, themreza/rest-framework, ursais/rest-framework, vidtsin/odoo-shopinvader, wahello/rest-framework, warp10/rest-framework, westlyou/odoo-shopinvader, wuhuizhong/odoo-shopinvader, x0rzkov/odoo-rest-framework, xaoxaodigital/rest-framework, xoe-labs/rest-framework, xubiuit/rest-framework, xwh123807/rest-framework, yasmanycastillo/rest-framework, and yvaucher/odoo-shopinvader

<h1 class="title">Base Rest</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/rest-framework/tree/11.0/base_rest"><img alt="OCA/rest-framework" src="https://img.shields.io/badge/github-OCA%2Frest--framework-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/rest-framework-11-0/rest-framework-11-0-base_rest"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/271/11.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>This addon provides the basis to develop high level REST APIs for Odoo.</p> <p>As Odoo becomes one of the central pieces of enterprise IT systems, it often becomes necessary to set up specialized service interfaces, so existing systems can interact with Odoo.</p> <p>While the XML-RPC interface of Odoo comes handy in such situations, it requires a deep understanding of Odoo’s internal data model. When used extensively, it creates a strong coupling between Odoo internals and client systems, therefore increasing maintenance costs.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#configuration" id="id5">Configuration</a></li> <li><a class="reference internal" href="#usage" id="id6">Usage</a></li> <li><a class="reference internal" href="#known-issues-roadmap" id="id7">Known issues / Roadmap</a></li> <li><a class="reference internal" href="#changelog" id="id8">Changelog</a><ul> <li><a class="reference internal" href="#id1" id="id9">12.0.2.0.1</a></li> <li><a class="reference internal" href="#id2" id="id10">11.0.2.0.0</a></li> <li><a class="reference internal" href="#id3" id="id11">11.0.1.0.1</a></li> <li><a class="reference internal" href="#id4" id="id12">11.0.1.0.0</a></li> </ul> </li> <li><a class="reference internal" href="#bug-tracker" id="id13">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id14">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id15">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id16">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id17">Maintainers</a></li> </ul> </li> </ul> </div> <a name="configuration"></a> <h2><a class="toc-backref" href="#id5">Configuration</a></h2> <p>If an error occurs when calling a method of a service (ie missing parameter, ..) the system returns only a general description of the problem without details. This is done on purpose to ensure maximum opacity on implementation details and therefore lower security issue.</p> <p>This restriction can be problematic when the services are accessed by an external system in development. To know the details of an error it is indeed necessary to have access to the log of the server. It is not always possible to provide this kind of access. That's why you can configure the server to run these services in development mode.</p> <p>To run the REST API in development mode you must add a new section '<strong>[base_rest]</strong>' with the option '<strong>dev_mode=True</strong>' in the server config file.</p> <pre> <code lang="cfg">[base_rest] dev_mode=True</code> </pre> <p>When the REST API runs in development mode, the original description and a stack trace is returned in case of error. <strong>Be careful to not use this mode in production</strong>.</p> <a name="usage"></a> <h2><a class="toc-backref" href="#id6">Usage</a></h2> <p>To add your own REST service you must provides at least 2 classes.</p> <ul class="simple"> <li>A Component providing the business logic of your service,</li> <li>A Controller to register your service.</li> </ul> <p>The business logic of your service must be implemented into a component (<code>odoo.addons.component.core.Component</code>) that inherit from 'base.rest.service'</p> <pre> <code lang="python">from odoo.addons.component.core import Component class PingService(Component): _inherit = 'base.rest.service' _name = 'ping.service' _usage = 'ping' _collection = 'my_module.services' # The following method are 'public' and can be called from the controller. def get(self, _id, message): return { 'response': 'Get called with message ' + message} def search(self, message): return { 'response': 'Search called search with message ' + message} def update(self, _id, message): return {'response': 'PUT called with message ' + message} # pylint:disable=method-required-super def create(self, **params): return {'response': 'POST called with message ' + params['message']} def delete(self, _id): return {'response': 'DELETE called with id %s ' % _id} # Validator def _validator_search(self): return {'message': {'type': 'string'}} # Validator def _validator_get(self): # no parameters by default return {} def _validator_update(self): return {'message': {'type': 'string'}} def _validator_create(self): return {'message': {'type': 'string'}}</code> </pre> <p>Once your have implemented your services (ping, ...), you must tell to Odoo how to access to these services. This process is done by implementing a controller that inherits from <code>odoo.addons.base_rest.controllers.main.RestController</code></p> <pre> <code lang="python">from odoo.addons.base_rest.controllers import main class MyRestController(main.RestController): _root_path = '/my_services_api/' _collection_name = my_module.services</code> </pre> <p>In your controller, _'root_path' is used to specify the root of the path to access to your services and '_collection_name' is the name of the collection providing the business logic for the requested service/</p> <p>By inheriting from <code>RestController</code> the following routes will be registered to access to your services</p> <pre> <code lang="python">&#64;route([ ROOT_PATH + '&lt;string:_service_name&gt;', ROOT_PATH + '&lt;string:_service_name&gt;/search', ROOT_PATH + '&lt;string:_service_name&gt;/&lt;int:_id&gt;', ROOT_PATH + '&lt;string:_service_name&gt;/&lt;int:_id&gt;/get' ], methods=['GET'], auth=&quot;user&quot;, csrf=False) def get(self, _service_name, _id=None, **params): method_name = 'get' if _id else 'search' return self._process_method(_service_name, method_name, _id, params) &#64;route([ ROOT_PATH + '&lt;string:_service_name&gt;', ROOT_PATH + '&lt;string:_service_name&gt;/&lt;string:method_name&gt;', ROOT_PATH + '&lt;string:_service_name&gt;/&lt;int:_id&gt;', ROOT_PATH + '&lt;string:_service_name&gt;/&lt;int:_id&gt;/&lt;string:method_name&gt;' ], methods=['POST'], auth=&quot;user&quot;, csrf=False) def modify(self, _service_name, _id=None, method_name=None, **params): if not method_name: method_name = 'update' if _id else 'create' if method_name == 'get': _logger.error(&quot;HTTP POST with method name 'get' is not allowed. &quot; &quot;(service name: %s)&quot;, _service_name) raise BadRequest() return self._process_method(_service_name, method_name, _id, params) &#64;route([ ROOT_PATH + '&lt;string:_service_name&gt;/&lt;int:_id&gt;', ], methods=['PUT'], auth=&quot;user&quot;, csrf=False) def update(self, _service_name, _id, **params): return self._process_method(_service_name, 'update', _id, params) &#64;route([ ROOT_PATH + '&lt;string:_service_name&gt;/&lt;int:_id&gt;', ], methods=['DELETE'], auth=&quot;user&quot;, csrf=False) def delete(self, _service_name, _id): return self._process_method(_service_name, 'delete', _id)</code> </pre> <p>The HTTP GET '<a class="reference external" href="http://my_odoo/my_services_api/ping">http://my_odoo/my_services_api/ping</a>' will be dispatched to the method <code>PingService.search</code></p> <a name="known-issues-roadmap"></a> <h2><a class="toc-backref" href="#id7">Known issues / Roadmap</a></h2> <p>The <a class="reference external" href="https://github.com/OCA/rest-framework/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement+label%3Abase_rest">roadmap</a> and <a class="reference external" href="https://github.com/OCA/rest-framework/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Abase_rest">known issues</a> can be found on GitHub.</p> <a name="changelog"></a> <h2><a class="toc-backref" href="#id8">Changelog</a></h2> <a name="id1"></a> <h3><a class="toc-backref" href="#id9">12.0.2.0.1</a></h3> <ul class="simple"> <li>_validator_...() methods can now return a cerberus <code>Validator</code> object instead of a schema dictionnary, for additional flexibility (e.g. allowing validator options such as <code>allow_unknown</code>).</li> </ul> <a name="id2"></a> <h3><a class="toc-backref" href="#id10">11.0.2.0.0</a></h3> <ul class="simple"> <li>Licence changed from AGPL-3 to LGPL-3</li> </ul> <a name="id3"></a> <h3><a class="toc-backref" href="#id11">11.0.1.0.1</a></h3> <ul class="simple"> <li>Fix issue when rendering the jsonapi documentation if no documentation is provided on a method part of the REST api.</li> </ul> <a name="id4"></a> <h3><a class="toc-backref" href="#id12">11.0.1.0.0</a></h3> <p>First official version. The addon has been incubated into the <a class="reference external" href="https://github.com/akretion/odoo-shopinvader">Shopinvader repository</a> from Akretion. For more information you need to look at the git log.</p> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id13">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/rest-framework/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed <a class="reference external" href="https://github.com/OCA/rest-framework/issues/new?body=module:%20base_rest%0Aversion:%2011.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id14">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id15">Authors</a></h3> <ul class="simple"> <li>ACSONE SA/NV</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id16">Contributors</a></h3> <ul class="simple"> <li>Laurent Mignon &lt;<a class="reference external" href="mailto:laurent.mignon&#64;acsone.eu">laurent.mignon&#64;acsone.eu</a>&gt;</li> <li>Sébastien Beau &lt;<a class="reference external" href="mailto:sebastien.beau&#64;akretion.com">sebastien.beau&#64;akretion.com</a>&gt;</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id17">Maintainers</a></h3> <p>This module is maintained by the OCA.</p> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p> <p><a class="reference external" href="https://github.com/lmignon"><img alt="lmignon" src="https://github.com/lmignon.png?size=40px" /></a></p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/rest-framework/tree/11.0/base_rest">OCA/rest-framework</a> project on GitHub.</p> <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>

Dependency Graph