Mat-moran / rest-framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Runbot Status Build Status codecov Translation Status

REST frameworks

This repo holds addons developed to ease the development of REST services into Odoo.

Available addons

addon version maintainers summary
base_rest 14.0.4.0.1 lmignon Develop your own high level REST APIs for Odoo thanks to this addon.
base_rest_auth_api_key 14.0.1.0.1 lmignon Base Rest: Add support for the auth_api_key security policy into the openapi documentation
base_rest_auth_jwt 14.0.1.0.1 lmignon Base Rest: Add support for the auth_jwt security policy into the openapi documentation
base_rest_datamodel 14.0.4.0.0 Datamodel binding for base_rest
base_rest_demo 14.0.4.0.0 lmignon Demo addon for Base REST
datamodel 14.0.3.0.2 lmignon This addon allows you to define simple data models supporting serialization/deserialization
rest_log 14.0.1.0.2 simahawk Track REST API calls into DB

Unported addons

addon version maintainers summary
graphql_base 13.0.1.0.0 (unported) sbidoul Base GraphQL/GraphiQL controller
graphql_demo 13.0.1.0.0 (unported) sbidoul GraphQL Demo

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to OCA policy. Consult each module's __manifest__.py file, which contains a license key that explains its license.


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.

About

License:GNU Affero General Public License v3.0


Languages

Language:Python 59.2%Language:HTML 40.3%Language:JavaScript 0.5%Language:SCSS 0.1%