dataplug-io/toggl-dataplug

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# [Toggl](https://toggl.com) dataplug by [Dataplug.io](https://dataplug.io)

[![Build Status](https://img.shields.io/travis/dataplug-io/toggl-dataplug.svg)](https://travis-ci.org/dataplug-io/toggl-dataplug)
[![Coverage Status](https://img.shields.io/coveralls/github/dataplug-io/toggl-dataplug.svg)](https://coveralls.io/github/dataplug-io/toggl-dataplug?branch=master)
[![npm version](https://badge.fury.io/js/%40dataplug%2Ftoggl-dataplug.svg)](https://badge.fury.io/js/%40dataplug%2Ftoggl-dataplug)
[![Dependency Status](https://img.shields.io/librariesio/github/dataplug-io/toggl-dataplug.svg)](https://libraries.io/github/dataplug-io/toggl-dataplug)
[![Maintainability](https://api.codeclimate.com/v1/badges/638c699ec271ef8ef8df/maintainability)](https://codeclimate.com/github/dataplug-io/toggl-dataplug/maintainability)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)

A dataplug to work with data from [Toggl](https://toggl.com) using its [API](https://github.com/toggl/toggl_api_docs).

## Supported

* [Detailed Reports](https://github.com/toggl/toggl_api_docs/blob/master/reports/detailed.md), as source
* [Workspace Projects](https://github.com/toggl/toggl_api_docs/blob/master/chapters/workspaces.md#get-workspace-projects), as source
* [Workspace Clients](https://github.com/toggl/toggl_api_docs/blob/master/chapters/workspaces.md#get-workspace-clients), as source
* [Workspace Users](https://github.com/toggl/toggl_api_docs/blob/master/chapters/workspaces.md#get-workspace-users), as source
* [Workspace Project Users](https://github.com/toggl/toggl_api_docs/blob/master/chapters/project_users.md#get-list-of-project-users-in-a-workspace), as source
* [Workspace Groups](https://github.com/toggl/toggl_api_docs/blob/master/chapters/workspaces.md#get-workspace-groups), as source
* [Workspace Tasks](https://github.com/toggl/toggl_api_docs/blob/master/chapters/workspaces.md#get-workspace-tasks), as source
* [Workspaces](https://github.com/toggl/toggl_api_docs/blob/master/chapters/workspaces.md), as source

## Out of scope

* [Summary Reports](https://github.com/toggl/toggl_api_docs/blob/master/reports/summary.md)
* [Weekly Reports](https://github.com/toggl/toggl_api_docs/blob/master/reports/weekly.md)
* [Time Entries](https://github.com/toggl/toggl_api_docs/blob/master/chapters/time_entries.md#get-time-entries-started-in-a-specific-time-range)
* [Authentication using username/password](https://github.com/toggl/toggl_api_docs/blob/master/chapters/authentication.md#http-basic-auth-with-e-mail-and-password)