예제 #1
0
파일: sets.py 프로젝트: thomasw/creepytown
def get_sets(user_id):
    """Retrieve a listing of the specified user's sets."""
    sets = normalize_json(API.photosets_getList(user_id=user_id))
    return dotdict(sets['photosets'])