labapi.user#

LabArchives User Module.

This module defines the User class, which represents an authenticated user session with the LabArchives API. It provides methods for interacting with the API on behalf of the user, managing notebooks, and accessing user-specific information.

Classes

User(uid, email, notebooks, client)

Represents an authenticated LabArchives user session.