@@ -21,13 +21,13 @@ Endpoint route handler
2121 :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
2222 :alt: License: LGPL-3
2323.. |badge3 | image :: https://img.shields.io/badge/github-OCA%2Fweb--api-lightgray.png?logo=github
24- :target: https://github.com/OCA/web-api/tree/18 .0/endpoint_route_handler
24+ :target: https://github.com/OCA/web-api/tree/19 .0/endpoint_route_handler
2525 :alt: OCA/web-api
2626.. |badge4 | image :: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
27- :target: https://translation.odoo-community.org/projects/web-api-18 -0/web-api-18 -0-endpoint_route_handler
27+ :target: https://translation.odoo-community.org/projects/web-api-19 -0/web-api-19 -0-endpoint_route_handler
2828 :alt: Translate me on Weblate
2929.. |badge5 | image :: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
30- :target: https://runboat.odoo-community.org/builds?repo=OCA/web-api&target_branch=18 .0
30+ :target: https://runboat.odoo-community.org/builds?repo=OCA/web-api&target_branch=19 .0
3131 :alt: Try me on Runboat
3232
3333|badge1 | |badge2 | |badge3 | |badge4 | |badge5 |
@@ -120,31 +120,31 @@ You can see a real life example on shopfloor.app model.
120120Known issues / Roadmap
121121======================
122122
123- - add api docs helpers
123+ - add api docs helpers
124124
125- - allow multiple HTTP methods on the same endpoint
125+ - allow multiple HTTP methods on the same endpoint
126126
127- - multiple values for route and methods
127+ - multiple values for route and methods
128128
129- keep the same in the ui for now, later own we can imagine a
130- multi-value selection or just add text field w/ proper validation
131- and cleanup
129+ keep the same in the ui for now, later own we can imagine a
130+ multi-value selection or just add text field w/ proper validation
131+ and cleanup
132132
133- remove the route field in the table of endpoint_route
133+ remove the route field in the table of endpoint_route
134134
135- support a comma separated list of routes maybe support comma
136- separated list of methods use only routing.routes for generating
137- the rule sort and freeze its values to update the endpoint hash
135+ support a comma separated list of routes maybe support comma
136+ separated list of methods use only routing.routes for generating
137+ the rule sort and freeze its values to update the endpoint hash
138138
139- catch dup route exception on the sync to detect duplicated routes
140- and use the endpoint_hash to retrieve the real record (note: we
141- could store more info in the routing information which will stay in
142- the map)
139+ catch dup route exception on the sync to detect duplicated routes
140+ and use the endpoint_hash to retrieve the real record (note: we
141+ could store more info in the routing information which will stay
142+ in the map)
143143
144- for customizing the rule behavior the endpoint the hook is to
145- override the registry lookup
144+ for customizing the rule behavior the endpoint the hook is to
145+ override the registry lookup
146146
147- make EndpointRule class overridable on the registry
147+ make EndpointRule class overridable on the registry
148148
149149NOTE in v16 we won't care anymore about odoo controller so the lookup of
150150the controller can be simplified to a basic py obj that holds the
@@ -156,7 +156,7 @@ Bug Tracker
156156Bugs are tracked on `GitHub Issues <https://github.com/OCA/web-api/issues >`_.
157157In case of trouble, please check there if your issue has already been reported.
158158If you spotted it first, help us to smash it by providing a detailed and welcomed
159- `feedback <https://github.com/OCA/web-api/issues/new?body=module:%20endpoint_route_handler%0Aversion:%2018 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
159+ `feedback <https://github.com/OCA/web-api/issues/new?body=module:%20endpoint_route_handler%0Aversion:%2019 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
160160
161161Do not contact contributors directly about support or help with technical issues.
162162
@@ -171,8 +171,8 @@ Authors
171171Contributors
172172------------
173173
174- - Simone Orsi <simone.orsi@camptocamp.com>
175- - Nguyen Minh Chien <chien@trobz.com>
174+ - Simone Orsi <simone.orsi@camptocamp.com>
175+ - Nguyen Minh Chien <chien@trobz.com>
176176
177177Maintainers
178178-----------
@@ -195,6 +195,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
195195
196196|maintainer-simahawk |
197197
198- This module is part of the `OCA/web-api <https://github.com/OCA/web-api/tree/18 .0/endpoint_route_handler >`_ project on GitHub.
198+ This module is part of the `OCA/web-api <https://github.com/OCA/web-api/tree/19 .0/endpoint_route_handler >`_ project on GitHub.
199199
200200You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
0 commit comments