conn = postgresql.connect("host=srv07 port=5432 dbname=Documents user=postgres")
conn = postgresql.connect("host=192.168.xx.xxx port=5432 dbname=Documents user=postgres")
POST https://graph.microsoft.com/v1.0/me/contacts
Content-type: application/json
{
"givenName": "Pavel",
"surname": "Bansky",
"emailAddresses": [
{
"address": "pavelb@fabrikam.onmicrosoft.com",
"name": "Pavel Bansky"
}
],
"businessPhones": [
"+1 732 555 0102"
]
}
os.chdir(link_of_folder)