From eb4c3ace7b5db29f1b63f1ffcb9c956dc9ba12ed Mon Sep 17 00:00:00 2001 From: Christopher Sande Date: Fri, 7 Feb 2025 16:26:01 -0600 Subject: [PATCH] Updated TODOs --- canvas_sdk/handlers/simple_api/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canvas_sdk/handlers/simple_api/api.py b/canvas_sdk/handlers/simple_api/api.py index 5d91dcf2..3a41039d 100644 --- a/canvas_sdk/handlers/simple_api/api.py +++ b/canvas_sdk/handlers/simple_api/api.py @@ -26,10 +26,10 @@ # TODO: Interface — request as an argument to handlers or helper on the handler # TODO: Discuss a durable way to get the plugin name # TODO: Handle 404s: Make changes higher up the chain, or require handlers to return a response object +# TODO: multipart/form-data? # TODO: See if it's possible/necessary to have the response object inherit from the base effect # TODO: Test the handlers with an installed plugin -# TODO: Test other requests in Postman: forms, x-www-form-urlencoded # TODO: Header lookup may need to be case-insensitive # TODO: Unit tests