Skip to content

A flexible and developer friendly SDK for the Toggl API v9

Notifications You must be signed in to change notification settings

giacomo-cc/TogglSdkDotNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TogglSdk

This sdk provides an abstraction over the latest Toggl API v9 as described here: https://developers.track.toggl.com/docs/.

Contributions are welcome, please submit issues or PRs.

Development

Api Token

In order to access TooglTrack API you have to authenticate with the API, here you can find an extensive documentations.

The most common way to authenticate is using an api key, you can retrieve your current apiKey from here. Once you have the api key you can configure the ManualTest project secrets: right click on the project TogglTrackSdk.ManualTest and click "Manage User Secrets", then create a secret json like the following:

{
  "apiToken": "YOUR_API_KEY"
}

Now you can try the Manual Test authenticating to the TogglTrack API with your api token.

Requirements

The library is written for .NET Standard 2.1. The project TogglTrackSdk.ManualTest contains some script to test the sdk, it can be executed with any managed framework, .NET or .NetCore, in order to use it you need your profile api key from here.

About

A flexible and developer friendly SDK for the Toggl API v9

Topics

Resources

Stars

Watchers

Forks

Languages