Tiime
SDK TypeScript & CLI pour la comptabilite Tiime.
Integrez et pilotez votre compta en quelques lignes.
Projet personnel et experimental — non affilie a Tiime
tiime-sdk
npm install tiime-sdk
import { TiimeClient } from "tiime-sdk";
const client = new TiimeClient();
const invoices = await client.invoices.list({ status: "paid" });
const balances = await client.bankAccounts.balance();Integrez Tiime dans vos applications TypeScript. Auth autonome, 10 ressources typees, retry intelligent.
Documentation SDKtiime-cli
npm install -g tiime-cli
$ tiime invoices list --status paid --format table ID | Client | Total | Statut ------+------------+----------+-------- 142 | ACME Corp | 4 000 € | paid 138 | Dupont SAS | 2 700 € | paid
Pilotez votre compta depuis le terminal. 13 commandes, sortie JSON/table/CSV, bilingue FR/EN.
Documentation CLITout ce dont vous avez besoin
Factures, banque, clients, documents — gerez toute votre comptabilite depuis votre code ou votre terminal.
Factures & Devis
Creer, dupliquer, envoyer et telecharger en PDF.
Banque
Soldes, transactions, imputation et rapprochement.
Clients
Base clients : creation, recherche et consultation.
Documents
Upload, telechargement et organisation des justificatifs.
TypeScript natif
SDK type, autocompletion et 40+ interfaces TypeScript.
Retry intelligent
Backoff exponentiel sur les erreurs 429 et 5xx.
Agents IA
Skill Claude Code pour piloter Tiime par conversation.
Bilingue
Interface CLI en francais et anglais, detection automatique.