File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Example
6161 print (response) # Maybe not 403
6262
6363 # 2) Query string
64- token = at.generateToken(acl = " /akamai/authtoken" )
64+ token = at.generateToken(url = " /akamai/authtoken" )
6565 url = " http://{0}{1} ?{2} ={3} " .format(AT_HOSTNAME , " /akamai/authtoken" , at.token_name, token)
6666 response = requests.get(url)
6767 print (response)
@@ -143,7 +143,7 @@ Usage
143143 +----------------+---------------------------------------------------------------------------------------------------------+
144144 | start_time | |
145145 +----------------+ +
146- | end_time | Same as Authtoken's parameters, but they overrides Authtoken's. |
146+ | end_time | Same as Authtoken's parameters, but they overrides Authtoken's. |
147147 +----------------+ +
148148 | window_seconds | |
149149 +----------------+---------------------------------------------------------------------------------------------------------+
You can’t perform that action at this time.
0 commit comments