Toggl.Api
9.0.13-gbcf250f55c
See the version list below for details.
dotnet add package Toggl.Api --version 9.0.13-gbcf250f55c
NuGet\Install-Package Toggl.Api -Version 9.0.13-gbcf250f55c
<PackageReference Include="Toggl.Api" Version="9.0.13-gbcf250f55c" />
paket add Toggl.Api --version 9.0.13-gbcf250f55c
#r "nuget: Toggl.Api, 9.0.13-gbcf250f55c"
// Install Toggl.Api as a Cake Addin #addin nuget:?package=Toggl.Api&version=9.0.13-gbcf250f55c&prerelease // Install Toggl.Api as a Cake Tool #tool nuget:?package=Toggl.Api&version=9.0.13-gbcf250f55c&prerelease
Toggl.Api nuget package
Description
This is a .NET 8.0 library for the Toggl API.
v9 support is provided in alpha only. Many endpoints are currently missing. You pull requests are welcome!
Contributing
This project is developed using Refit and System.Text.Json. It is a .NET 8.0 project.
Add interfaces for new endpoints in the Interfaces
folder.
Add models in the Models
folder.
Add unit tests in the Toggl.Api.Tests
project.
Refer to the Toggl API documentation for more information on the endpoints and models here: https://engineering.toggl.com/docs/
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Refit (>= 7.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
9.0.55 | 84 | 11/18/2024 |
9.0.54 | 62 | 11/18/2024 |
9.0.53 | 59 | 11/18/2024 |
9.0.51 | 60 | 11/18/2024 |
9.0.50 | 82 | 11/15/2024 |
9.0.48 | 347 | 9/25/2024 |
9.0.47 | 86 | 9/25/2024 |
9.0.44 | 240 | 6/24/2024 |
9.0.43 | 138 | 6/12/2024 |
9.0.42 | 100 | 6/12/2024 |
9.0.40 | 123 | 6/12/2024 |
9.0.33-ga0b6878251 | 98 | 6/24/2024 |
9.0.32-gaaec92c03a | 159 | 5/19/2024 |
9.0.31-gc0142499d1 | 121 | 5/10/2024 |
9.0.23-g51970e5617 | 159 | 3/29/2024 |
9.0.13-gbcf250f55c | 110 | 3/25/2024 |
9.0.8-g8faa345b71 | 121 | 3/24/2024 |
9.0.7-g95859521fd | 98 | 3/24/2024 |
8.0.22 | 227 | 4/3/2024 |
8.0.7 | 1,680 | 9/14/2021 |
8.0.6 | 371 | 9/1/2021 |
8.0.5 | 310 | 9/1/2021 |
8.0.4 | 498 | 5/16/2021 |
1.0.9 | 408 | 4/9/2021 |
1.0.8 | 355 | 3/26/2021 |
1.0.7 | 458 | 1/20/2021 |
1.0.6 | 672 | 4/23/2020 |
1.0.5 | 2,102 | 4/9/2018 |
1.0.4 | 902 | 4/2/2018 |
1.0.3 | 902 | 4/2/2018 |
1.0.2 | 916 | 3/17/2018 |
1.0.1 | 906 | 3/17/2018 |
1.0.0 | 894 | 3/17/2018 |
Initial release of v9 support.