waka-api
WakaTime HTTP client library for Rust.
Provides typed request/response structs and an async HTTP client for the WakaTime API v1. Used internally by the waka CLI.
Usage
Add to your Cargo.toml:
[]
= "1"
= { = "1", = ["full"] }
Example
use WakaClient;
async
Documentation
Full API reference: docs.rs/waka-api
Part of the waka project
This crate is the HTTP layer for the waka CLI — a fast, beautiful WakaTime command-line client for your terminal.
License
MIT — see LICENSE.