|
Methods defined here:
- __init__(self)
- delete = method(self, **kwargs)
- Deletes the authenticated user's current location.
Args:
- get = method(self, **kwargs)
- Returns the authenticated user's current location.
Args:
granularity: string, Granularity of the requested location.
- insert = method(self, **kwargs)
- Updates or creates the user's current location.
Args:
body: object, The request body. (required)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|