def friend_list_v1(self, request): return api.friend_list()
def jsonrpc_friend_list(self): return api.friend_list()