Back to ProductsView on GitHub
Toggl SDK .NET
Developer-friendly NuGet package for interacting with the Toggl Track API v9.
A flexible, typed C# SDK that simplifies authentication, workspace access, and time tracking operations against Toggl Track.
Core Capabilities
- Abstraction layer over Toggl Track API v9 endpoints
- Typed models and helpers for time entries, projects, and workspaces
- Developer-friendly configuration with API token authentication
- Manual test harness for validating integration workflows
Development Stack
Language
.NET Standard 2.1C#
Portable library compatible with modern .NET runtimes.
API Layer
HTTP clientJSON serialization
Simple REST integrations designed to mirror Toggl's API structure.
Testing
Manual test projectUser secrets
Local validation flow for API tokens and Toggl account data.
Distribution & Maintenance
Package
NuGet.org
Published SDK package for easy installation in .NET solutions.
Source
GitHub repository
Open source codebase with issues and contribution guidance.
Security
API token authSecure defaults
Authentication patterns aligned with Toggl Track recommendations.

