sure

TotalClaw 作者 totalclaw

从 Sure 个人财务委员会获取报告

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~bt0r-sure
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~bt0r-sure/file -o bt0r-sure.md
## 概述(中文)

从 Sure 个人财务委员会获取报告

## 原文

# Sure Skill

## Setup
1. Go to your Sure app, example : https://localhost:3000 
2. Go to settings and get an API key, example : https://localhost:3000/settings/api_key
3. Export your API KEY and BASE URL as environment variables :
 ```bash
export SURE_API_KEY="YOUR_API_KEY"
export SURE_BASE_URL="YOUR_BASE_URL"
```

## Get accounts
List all accounts amounts
```bash
curl -H "X-Api-Key: $SURE_API_KEY" "$SURE_BASE_URL/api/v1/accounts"
```