Skip to content

API Docs

冒菜略寡味 edited this page May 10, 2018 · 7 revisions

接口清单

用户及认证资源(Users | Rest-Auth)

  • 登录:POST: /rest-auth/login/
  • 注销:POST: /rest-auth/logout/
  • 注册:POST: /rest-auth/registration/
  • 修改密码:POST: /rest-auth/password/change/
  • 修改信息:PUT: /rest-auth/user/
  • 详情信息:GET: /rest-auth/user/

账单资源(Summaries)

统计筛选条件:

  1. 时间条件:按年/按月
  2. 类别条件:支出类别/收入类别
  • 概要信息:GET: /summaries [注:统计概要:统计时间、收入、支出、结余]
  • 折线图表:GET: /summaries/linechart [注:按{年月日|金额}统计折线图]
  • 环状图表:GET: /summaries/ringchart [注:按{类别|金额|百分比}统计环状图]

账单资源(Bills)

  • 账单列表:GET: /bills/ [注:支持类别、日期范围搜索,按时间、金额排序以及分页等]
  • 新增账目:POST: /bills/
  • 账目明细:GET: /bills/{id}
  • 编辑账目:PUT: /bills/{id}
  • 删除账目:DELETE: /bills/{id}
  • 批量删除:DELETE: /bills/batch

类别资源(Categorys)

  • 类别列表:GET: /categorys/
  • 新增类别:POST: /categorys/
  • 类别明细:GET: /categorys/{id}
  • 编辑类别:PUT: /categorys/{id}
  • 删除类别:DELETE: /categorys/{id}

数据资源(Utils)

  • 导入:POST: /utils/import
  • 导出:POST: /utils/export

昨日擔當 昨日敢想

昨日轉眼 就跌撞

夏時夢長 秋時晝短

清冽途上 不遠望

Clone this wiki locally