From e50d1060150b829285ea5678df2ba70622ef4267 Mon Sep 17 00:00:00 2001 From: J08nY Date: Mon, 29 May 2017 00:39:08 +0200 Subject: core_changes: Add note about using ObjectRouter for pluggable REST --- core_changes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core_changes.md b/core_changes.md index 2fec7ee..f9196be 100644 --- a/core_changes.md +++ b/core_changes.md @@ -29,6 +29,7 @@ - Create a new `IRESTSink` interface, that is callable `func(request, response)` and knows it's prefix relative to it's root. - Use `falcon.API.add_sink(callable, prefix)` to add all `IRESTSink`s from both `mailman.rest` package(unused, no sinks necessary for core) and plugin's `.rest` package. - [falcon.API.add_sink](https://falcon.readthedocs.io/en/stable/api/api.html#falcon.API.add_sink) + - Or use the current `ObjectRouter` with plugins providing a `Plugin` object with routing working as currently. 8. ? Make all commands be able to require confirmation and make this a configurable option. -- cgit v1.2.3-70-g09d2