An open API service indexing awesome lists of open source software.

https://github.com/compilerla/toggl-py

Python implementation of the Toggl API, autogenerated from their OpenAPI spec
https://github.com/compilerla/toggl-py

api-client openapi toggl

Last synced: 10 months ago
JSON representation

Python implementation of the Toggl API, autogenerated from their OpenAPI spec

Awesome Lists containing this project

README

          

# `toggl-py`

Python implementation of the Toggl API v9, autogenerated from their
[OpenAPI (Swagger) specification](https://engineering.toggl.com/docs/openapi).

## [`codegen`](./codegen/)

This directory contains a [custom Swagger codegen module](https://github.com/swagger-api/swagger-codegen?tab=readme-ov-file#making-your-own-codegen-modules) for generating the `toggl-py` package.

## [`toggl_py`](./toggl_py/)

This directory contains the generated Python library and docs.