Exemplo n.º 1
0
def del_activity(client, actuser ,acttype, actto):
    uag = UserActivityGraph(client)
    return uag.del_activity(actuser, acttype, actto)
Exemplo n.º 2
0
def add_activity(client, actuser, actto, acttype, actdict):
    uag = UserActivityGraph(client)
    return uag.add_activity(actuser, actto, acttype, actdict)