Skip to content

Instantly share code, notes, and snippets.

View YisusChrist's full-sized avatar
🎧
Coding while listening trve metal 🤘

Alejandro González Momblán YisusChrist

🎧
Coding while listening trve metal 🤘
View GitHub Profile
from typing import Any, Callable
from creatio_api_py.api import CreatioODataAPI
from creatio_api_py.utils import print_exception
from requests import Response
from rich import print
def login(url: str, username: str, password: str) -> CreatioODataAPI:
"""