БГ
Size: a a a
БГ
AT
A
<Ч
БГ
A
W
А
IK
AT
W
IK
m
БГ
url_template = "http://127.0.01:8000/workspace/get/{id}/{from_time}/{to_time}/"
params = {
"id": 1,
"from_time": "jopa",
"to_time": "jopa2"
}
url = url_template.format(**params)
response = requests.get(url)
AT
W
AD
A
url_template = "http://127.0.01:8000/workspace/get/{id}/{from_time}/{to_time}/"
params = {
"id": 1,
"from_time": "jopa",
"to_time": "jopa2"
}
url = url_template.format(**params)
response = requests.get(url)