File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def rfc_1123_date() -> str:
17
17
"""Return the date formatted as per RFC 2616, section 3.3.1, rfc1123-date.
18
18
19
19
This is the date needed by the VWS API, as described in
20
- https://library .vuforia.com/articles/Training/Using-the-VWS-API .
20
+ https://developer .vuforia.com/library/web-api/vuforia-web-api-authentication .
21
21
"""
22
22
return email .utils .formatdate (None , localtime = False , usegmt = True )
23
23
@@ -36,7 +36,7 @@ def authorization_header(
36
36
This can be used for a request made to the VWS API with the given
37
37
attributes.
38
38
39
- See https://library .vuforia.com/articles/Training/Using-the-VWS-API .
39
+ See https://developer .vuforia.com/library/web-api/vuforia-web-api-authentication .
40
40
41
41
Args:
42
42
access_key: A VWS server or client access key.
Original file line number Diff line number Diff line change 10
10
def test_rfc_1123_date () -> None :
11
11
"""The date is returned in the format described in the VWS documentation.
12
12
13
- See https://library .vuforia.com/articles/Training/Using-the-VWS-API :
13
+ See https://developer .vuforia.com/library/web-api/vuforia-web-api-authentication :
14
14
15
15
```
16
16
Date: This is the current date per RFC 2616, section 3.3.1, rfc1123-date
You can’t perform that action at this time.
0 commit comments