Skip to content

Commit ad0fb23

Browse files
committed
Metodos de Outlook
1 parent 54d9090 commit ad0fb23

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

microsoftgraph/client.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ def set_token(self, token):
107107
"""
108108
self.token = token
109109

110-
<<<<<<< Updated upstream
111110
def get_me(self, params=None):
112111
"""Retrieve the properties and relationships of user object.
113112
@@ -168,14 +167,6 @@ def send_mail(self, subject=None, recipients=None, body='', content_type='HTML',
168167

169168
def _get_headers(self):
170169
return {'Authorization': 'Bearer ' + self.token['access_token']}
171-
=======
172-
def get_me(self):
173-
"""
174-
Obtiene el "profile" del usuario
175-
:return: dictionary of user profile.
176-
"""
177-
return self._get('me')
178-
>>>>>>> Stashed changes
179170

180171
def get_me_events(self):
181172
"""

0 commit comments

Comments
 (0)