GitHunt
EL

ddtvgo - Go API for DDTV3

ddtvgo

GitHub license
GitHub go.mod Go version
GitHub tag (latest SemVer)
GoDoc
Go Report Card
wakatime

ddtvgo - Go API/SDK for DDTV

Feature

  • API调用方式
  • Web接口方式
  • Util函数
  • UI界面(在另一个库)

Usage

1. API调用

appg := &ddtvgo.App{AccessKeyId: AccessKeyId, AccessKeySecret: AccessKeySecret, APISite: APISite}
r, err := appg.RunCmd(ddtvgo.System_Info)
fmt.Println(string(r.([]byte)))
if err != nil {
    fmt.Println(err)
}

//开发中

2. Web接口

//开发中

3. Util函数 懒人专用

//开发中

Languages

Go100.0%

Contributors

Apache License 2.0
Created August 20, 2022
Updated August 27, 2022