Example
To create a TaigaHandler, initialize it with your Taiga username and password. The handler authenticates automatically and reuses a single HTTP session for optimal performance.Retrieves all projects where the authenticated user is a member.
Fetches workflow stages for a specific project and entity type.
Aggregates all workflow stages (epics, user stories, tasks, and issues) across every project the user belongs to.
The handler maintains a reusable asynchronous HTTP session and handles authentication transparently. To gracefully close the session:

