PHP Class ApaiIO\Request\Util

Author: Jan Eichhorn ([email protected])
Afficher le fichier Open project: exeu/apai-io Class Usage Examples

Méthodes publiques

Méthode Description
buildSignature ( string $stringToSign, string $secretKey ) : string Provides the signature
getTimeStamp ( ) : string Provides the current timestamp according to the requirements of amazon

Method Details

buildSignature() public static méthode

Provides the signature
public static buildSignature ( string $stringToSign, string $secretKey ) : string
$stringToSign string The string to be signed
$secretKey string The paapi secret key
Résultat string

getTimeStamp() public static méthode

Provides the current timestamp according to the requirements of amazon
public static getTimeStamp ( ) : string
Résultat string