返回 Skill 列表
extension
分类: 开发与工程需要 API Key

ezBookkeeping API Tools

使用ezBookkeeping API工具脚本记录新交易、查询交易、获取账户信息、获取分类、获取标签等

person作者: mayswindhubclawhub

ezBookkeeping API Tools

Usage

List all supported commands

Linux / macOS

sh scripts/ebktools.sh list

Windows

scripts\ebktools.ps1 list

Show help for a specific command

Linux / macOS

sh scripts/ebktools.sh help <command>

Windows

scripts\ebktools.ps1 help <command>

Call API

Linux / macOS

sh scripts/ebktools.sh [global-options] <command> [command-options]

Windows

scripts\ebktools.ps1 [global-options] <command> [command-options]

Troubleshooting

If the script reports that the environment variable EBKTOOL_SERVER_BASEURL or EBKTOOL_TOKEN is not set, user can define them as system environment variables, or create a .env file in the user home directory that contains these two variables and place it there.

The meanings of these environment variables are as follows:

| Variable | Required | Description | | --- | --- | --- | | EBKTOOL_SERVER_BASEURL | Required | ezBookkeeping server base URL (e.g., http://localhost:8080) | | EBKTOOL_TOKEN | Required | ezBookkeeping API token |

Reference

ezBookkeeping: https://ezbookkeeping.mayswind.net