dtm/doc/sdk.md
2021-07-22 15:17:20 +08:00

28 lines
1004 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 各语言客户端及示例
### go
客户端sdk: [https://github.com/yedf/dtm](https://github.com/yedf/dtm)
示例: [https://github.com/yedf/dtmcli-go-sample](https://github.com/yedf/dtmcli-go-sample)
### python
客户端sdk当前只支持TCC: [https://github.com/yedf/dtmcli-py](https://github.com/yedf/dtmcli-py)
示例: [https://github.com/yedf/dtmcli-py-sample](https://github.com/yedf/dtmcli-py-sample)
### php
客户端sdk当前只支持TCC: [https://github.com/yedf/dtmcli-php](https://github.com/yedf/dtmcli-php)
示例: [https://github.com/yedf/dtmcli-php-sample](https://github.com/yedf/dtmcli-php-sample)
感谢 [onlyshow](https://github.com/onlyshow) 的帮助php的sdk和示例全部由[onlyshow](https://github.com/onlyshow)独立完成
### node
客户端sdk当前只支持TCC: [https://github.com/yedf/dtmcli-node](https://github.com/yedf/dtmcli-node)
示例: [https://github.com/yedf/dtmcli-node-sample](https://github.com/yedf/dtmcli-node-sample)