pythonhacktoberfeststeamauthenticationauthenticatorsteam-authenticatorsteam-clientsteam-guard-codessteam-websteamworksvalvewebapi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.6 KiB
49 lines
1.6 KiB
{
|
|
"version": 1,
|
|
"interactions": [
|
|
{
|
|
"request": {
|
|
"body": null,
|
|
"headers": {
|
|
"Connection": [
|
|
"keep-alive"
|
|
],
|
|
"Accept-Encoding": [
|
|
"gzip, deflate"
|
|
],
|
|
"Accept": [
|
|
"*/*"
|
|
],
|
|
"User-Agent": [
|
|
"python-requests/2.7.0 CPython/2.7.10 CYGWIN_NT-10.0/2.2.0(0.289/5/3)"
|
|
]
|
|
},
|
|
"method": "GET",
|
|
"uri": "https://api.steampowered.com/ISteamWebAPIUtil/GetServerInfo/v1/?key=test_api_key&format=json"
|
|
},
|
|
"response": {
|
|
"status": {
|
|
"message": "OK",
|
|
"code": 200
|
|
},
|
|
"headers": {
|
|
"date": [
|
|
"Sun, 23 Aug 2015 22:58:10 GMT"
|
|
],
|
|
"content-length": [
|
|
"78"
|
|
],
|
|
"expires": [
|
|
"Sun, 23 Aug 2015 22:58:10 GMT"
|
|
],
|
|
"content-type": [
|
|
"application/json; charset=UTF-8"
|
|
]
|
|
},
|
|
"body": {
|
|
"string": "{\n\t\"servertime\": 1440370690,\n\t\"servertimestring\": \"Sun Aug 23 15:58:10 2015\"\n}"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|