Skip to content

VERSION 1.0.0

Latest
Compare
Choose a tag to compare
@freedomkk-qfeng freedomkk-qfeng released this 24 Nov 08:30
· 1 commit to main since this release
91bee67

SDK VERSION v1.0.0

支持的能力

  • 授权模式(token 管理)
    • client_credentials 模式
    • password 模式
    • authorization code 模式
  • 接口调用
    • GET
    • POST
    • PUT
    • DELETE
  • 数据同步(接口必须支持翻页)
    • 全量同步
      • 同步为 csv 格式
      • 同步为 xls/xlsx 格式
      • 同步到数据库
      • 同步到模型
    • 增量同步(接口必须支持ts增量参数)
      • 同步到数据库