Задание выполнено

This commit is contained in:
2025-04-26 14:18:36 +03:00
parent 79300570ba
commit e7d8c4383d
10 changed files with 107 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import requests
TOKEN = "882062d2e32a319ccb93222d21ca6a9119149be2"
headers = {"Authorization": f"token {TOKEN}"}
response = requests.get("https://git.vyatsu.ru/api/v1/user", headers=headers)
print(response.json())