mashape 2.0.8 → 2.0.9
Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ require 'hmac-sha1'
|
|
5
5
|
module Mashape
|
6
6
|
class AuthenticationUtils
|
7
7
|
|
8
|
-
def AuthenticationUtils.generateMashapeAuthHeader(
|
8
|
+
def AuthenticationUtils.generateMashapeAuthHeader(mashape_key)
|
9
9
|
return {"X-Mashape-Authorization" => mashape_key}
|
10
10
|
end
|
11
11
|
|