Весь написанный код

This commit is contained in:
2026-05-07 00:56:53 +03:00
parent 131cb3e8d1
commit 93e33b170b
12 changed files with 113 additions and 7 deletions
+6
View File
@@ -0,0 +1,6 @@
import requests
from config import TOKEN
headers = {"Authorization": f"token {TOKEN}"}
response = requests.get("https://git.vyatsu.ru/api/v1/user", headers=headers)
print(response.json())