Toggl.Api 9.0.23-g51970e5617

This is a prerelease version of Toggl.Api.
dotnet add package Toggl.Api --version 9.0.23-g51970e5617
NuGet\Install-Package Toggl.Api -Version 9.0.23-g51970e5617
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Toggl.Api" Version="9.0.23-g51970e5617" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Toggl.Api --version 9.0.23-g51970e5617
#r "nuget: Toggl.Api, 9.0.23-g51970e5617"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Toggl.Api as a Cake Addin
#addin nuget:?package=Toggl.Api&version=9.0.23-g51970e5617&prerelease

// Install Toggl.Api as a Cake Tool
#tool nuget:?package=Toggl.Api&version=9.0.23-g51970e5617&prerelease

Toggl.Api nuget package

Nuget Nuget License: MIT Codacy Badge

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/

Migrating from v8 to v9

The v9 version of the library is a complete rewrite. The main differences are:

  • The library is now .NET 8.0.
  • The library uses Refit for the API calls
  • The library uses System.Text.Json for JSON serialization
  • The library uses the new Toggl API v9 endpoints
  • The library uses the new Toggl API v9 models and these are in the Models namespace (previously DataObjects)
  • The library uses the new Toggl API v9 interfaces and these are in the Interfaces namespace
Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.23-g51970e5617 91 3/29/2024
9.0.13-gbcf250f55c 63 3/25/2024
9.0.8-g8faa345b71 68 3/24/2024
9.0.7-g95859521fd 56 3/24/2024
8.0.22 127 4/3/2024
8.0.7 1,581 9/14/2021
8.0.6 342 9/1/2021
8.0.5 283 9/1/2021
8.0.4 485 5/16/2021
1.0.9 384 4/9/2021
1.0.8 327 3/26/2021
1.0.7 433 1/20/2021
1.0.6 643 4/23/2020
1.0.5 1,670 4/9/2018
1.0.4 875 4/2/2018
1.0.3 874 4/2/2018
1.0.2 886 3/17/2018
1.0.1 870 3/17/2018
1.0.0 867 3/17/2018

Initial release of v9 support.