Project Structure¶
toggl_api
├── client.py
├── config.py
├── _exceptions.py
├── __init__.py
├── meta
│ ├── base_endpoint.py
│ ├── body.py
│ ├── cache
│ │ ├── base_cache.py
│ │ ├── __init__.py
│ │ ├── json_cache.py
│ │ └── sqlite_cache.py
│ ├── cached_endpoint.py
│ ├── enums.py
│ └── __init__.py
├── models
│ ├── _decorators.py
│ ├── __init__.py
│ ├── models.py
│ └── schema.py
├── organization.py
├── project.py
├── py.typed
├── reports
│ ├── __init__.py
│ └── reports.py
├── tag.py
├── tracker.py
├── user.py
├── utility.py
├── version.py
└── workspace.py
5 directories, 28 files
Class Diagram¶
Press "Alt" / "Option" to enable Pan & Zoom
Package Diagram¶
Press "Alt" / "Option" to enable Pan & Zoom