From f653b8eb96ea38422f6996f8aededf963de4160a Mon Sep 17 00:00:00 2001 From: joamag Date: Fri, 21 Dec 2018 19:02:28 +0000 Subject: [PATCH] Deprecated Google API call --- src/google/user.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/google/user.py b/src/google/user.py index 6e0bb67..14f923e 100644 --- a/src/google/user.py +++ b/src/google/user.py @@ -37,8 +37,11 @@ __license__ = "Apache License, Version 2.0" """ The license for the module """ +import appier + class UserAPI(object): + @appier.deprecated() def self_user(self): url = self.base_url + "plus/v1/people/me" contents = self.get(url)