UNPKG

@latentsearch/timemachine-cli

Version:

CLI tool for TimeMachine API. Generates time entries, lists users/projects, and features an enhanced dry-run output for generation.

7 lines (6 loc) 257 B
import { AxiosInstance } from "axios"; import { CliOptions } from "../models/cli-options"; /** * Creates an authenticated API client for making requests to the Code Clock API */ export declare function createApiClient(options: CliOptions): AxiosInstance;