Skip to content

Commit

Permalink
Deprecated Google API call
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Dec 21, 2018
1 parent ab02b1e commit f653b8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/google/user.py
Expand Up @@ -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)
Expand Down

0 comments on commit f653b8e

Please sign in to comment.