Method | Description | |
---|---|---|
__construct ( string $method, string $uri, array $params = [], integer $timestamp = null ) | Create a new Request | |
sign ( |
Sign the Request with a Token |
Method | Description | |
---|---|---|
payload ( array $auth, array $params ) : array | Create the payload | |
signature ( array $payload, string $method, string $uri, string $secret ) : string | Create the signature |