# README
akamai-sdk-go
Documentation
You can find detailed documentation and usage examples for the akamai-sdk-go
library on GoDoc.
Installation
To install, use the go get
command:
go get -u github.com/Hyper-Solutions/akamai-sdk-go
License
This project is licensed under the MIT License.
# Functions
IsCookieInvalidated determines if the current session requires more sensors to be sent.
IsCookieValid determines if the provided _abck cookie value is valid, based on Akamai Bot Manager's client-side stop signal mechanism using the given request count.
NewSession creates a new Session that can be used to make requests to the Hyper Solutions API.
ParsePixelHtmlVar gets the required pixel challenge variable from the given HTML code src.
ParsePixelScriptURL gets the script URL of the pixel challenge script and the URL to post a generated payload to from the given HTML code src.
ParsePixelScriptVar gets the dynamic value from the pixel script.
ParseScriptPath gets the Akamai Bot Manager web SDK path from the given HTML code src.
ParseSecCpt parses the duration of a sec-cpt challenge and the path of the page that contains the challenge itself.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author