# Functions
Description:
# Parse array into a string with specified style
@param array - the array
@param prefix - the prefix string
@return the string.
Description:
# Convert all params of body other than type of readable into content
@param body - source Model
@param content - target Model
@return void.
Description:
# Get the authorization
@param request - request params
@param signatureAlgorithm - the autograph method
@param payload - the hashed request
@param accessKey - the accessKey string
@param accessKeySecret - the accessKeySecret string
@return authorization string.
Description:
# Get UTC string
@return the UTC string.
No description provided by the author
No description provided by the author
Description:
# Generate a nonce string
@return the nonce string.
Description:
# Get signature according to stringToSign, secret
@param stringToSign - the signed string
@param secret - accesskey secret
@return the signature.
Description:
# Get signature according to signedParams, method and secret
@param signedParams - params which need to be signed
@param method - http method e.g.
Description:
# Get the string to be signed according to request
@param request - which contains signed messages
@return the signed string.
Description:
# Get throttling param
@param the - response headers
@return time left.
Description:
# Get timestamp
@return the timestamp string.
No description provided by the author
Description:
# Hash the raw data with signatureAlgorithm
@param raw - hashing data
@param signatureAlgorithm - the autograph method
@return hashed bytes.
No description provided by the author
Description:
Parse filter into a object which's type is map[string]string
@param filter - query param
@return the object.
No description provided by the author
No description provided by the author
No description provided by the author
Description:
# Parse filter into a form string
@param filter - object
@return the string.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author