Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Signature ¶
func Signature(sig *SignatureData) (string, error)
Signature ... sig data: [Parameter Message] + [Request Path] + [Request Method] + [timestamp] where: Parameter Message is the data being sent to your API. Request Path is an identifier that your API will use to recognise the service (remember that this won’t say who the service is acting on behalf of). Request Method is GET/POST etc. Timestamp corresponds to when the request was made.
Types ¶
Click to show internal directories.
Click to hide internal directories.