class Resource(__builtin__.object)
    A class for interacting with a resource.
 
  Methods defined here:
__init__(self)
get = method(self, **kwargs)
Retrieves a badge from a user.
 
Args:
  badgeId: string, The ID of the badge that will be retrieved. (required)
  userId: string, The ID of the user whose badges will be listed. Can be me to refer to caller. (required)
list = method(self, **kwargs)
Retrieves the list of visible badges of a user.
 
Args:
  userId: string, The id of the user whose badges will be listed. Can be me to refer to caller. (required)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)