From 28420d0421afbf9b0a56b3e7498ac44a8dee306f Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 7 Mar 2021 13:08:35 +0100 Subject: README: Add TODO item. --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index c2e20a1..ef82472 100644 --- a/README.org +++ b/README.org @@ -113,3 +113,5 @@ The S3 API and the EFS API (for example) define possible error names. While the We generate types for all defined shapes — including output shapes — but we don’t mashall the output SXML into appropriate Scheme values yet. ** Turn errors into Scheme conditions This is easier said than done because different APIs return different kinds of errors. +** TODO Respect “location” and “locationName” +In the S3 API some values have a “location” property with value “header”, others with “querystring”. These values must appear in the headers or the querystring, respectively, and should not be added to the body. -- cgit v1.2.3