Open dupuchba opened 6 years ago
I'll do all the change this weekend as I am working on this project saturday & sunday, really excited to see if I can generate some query requests ^^
You will find my new commit concerning generating namespaces for the query
protocol.
move
parameters (used for 3/4 functions in the query
protocolgen-operation
& gen-operation-query
use a lot of the same code, that’s not viable sync-http-client
in order to fully signv2 the request because wrap-sign
was call last, with body already coerced/cc @cgrand @viesti
Added test for signing v4 from amazon as there are some corner cases not working when signing v4 with the query protocol. It is still a wip.
I'll probably have to split the sign4
functions to make the test easier/pass
Signing a request with the v2 protocol Working BUT Version is hardcoded and
query
protocol generation has not been done yet so it's not tested on all services