· 7 years ago · Jan 03, 2019, 09:52 AM
1(ns enstratus-api.signature)
2
3(defn sign-request
4 [access-key secret-key user-agent http-method resource-path api-version]
5 (apply str (interpose \: [access-key http-method resource-path (str timestamp) user-agent])))