From d2aafbb757ea404c9cf6148e31e970e90f7e3113 Mon Sep 17 00:00:00 2001 From: Roy Calderon Date: Wed, 8 Mar 2017 09:18:08 -0400 Subject: [PATCH] - Implementation of functions to handle the HMAC-SHA256 Signatures for REST Requests - Implementation of function to parse Amazon URL to get the ASIN - Request Signed URL generated - Added jsSHA library --- bower.json | 3 +- stitch-order-request.html | 75 +++++++++++++++++++++++++++++++++++++-- 2 files changed, 74 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 958df22..914e8c6 100644 --- a/bower.json +++ b/bower.json @@ -8,7 +8,8 @@ "paper-input": "PolymerElements/paper-input#^1.1.23", "iron-image": "PolymerElements/iron-image#^1.2.5", "paper-button": "PolymerElements/paper-button#^1.0.14", - "vaadin-combo-box": "vaadin/vaadin-combo-box#^1.3.2" + "vaadin-combo-box": "vaadin/vaadin-combo-box#^1.3.2", + "jsSHA": "jssha#^2.2.0" }, "devDependencies": { "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", diff --git a/stitch-order-request.html b/stitch-order-request.html index 0760b2d..20dc2ab 100644 --- a/stitch-order-request.html +++ b/stitch-order-request.html @@ -1,9 +1,9 @@ + -