-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] shopinvader_restapi: Set development status to 'Alpha'
The status will be changed as soon as a first implementation will be deployed in production
- Loading branch information
Showing
4 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
* Sebastien BEAU <[email protected]> | ||
* Simone Orsi <[email protected]> | ||
* Laurent Mignon <[email protected]> | ||
* Raphaël Reverdy <[email protected]> | ||
* Kevin Khao <[email protected]> | ||
* Quentin Groulard <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
The development of this module has been financially supported by: | ||
|
||
* Akretion | ||
* Adaptoo | ||
* Encresdubuit | ||
* Abilis | ||
* Camptocamp | ||
* Cosanum | ||
* ACSONE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
This addon provides the legacy REST api provided by the *shopinvader* addon | ||
in previous versions. | ||
|
||
From version 16.0, a rework of the REST api has been started. This rework | ||
has as goal to provide a more consistent and documented API. This rework is also | ||
based on a new technical stack (FastAPI_, Pydantic_, extendable_pydantic_, ..). | ||
|
||
Some endpoints provided by the legacy API are already available in the new API. | ||
|
||
* ``cart``: The *shopinvader_api_cart* addon provides the new API for the cart | ||
management. | ||
* ``address``: The *shopinvader_api_address* addon provides the new API for the | ||
address management. | ||
|
||
Others endpoints will be available in the future. | ||
|
||
The *shopinvader_v2_app_demo* addon highlights how you can aggregate the new | ||
API and the legacy API in the same Odoo instance but also how you can combine | ||
the different parts of the new API into a single application. | ||
|
||
.. _FastAPI: https://fastapi.tiangolo.com/ | ||
.. _Pydantic: https://pydantic-docs.helpmanual.io/ | ||
.. _extendable_pydantic: https://pypi.org/project/extendable-pydantic/ |