# 萤石云 **Repository Path**: tanyunl/ys7 ## Basic Information - **Project Name**: 萤石云 - **Description**: 萤石开放平台的Go语言SDK。 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2022-12-14 - **Last Updated**: 2022-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ys7 这是用Golang封装了萤石云的API接口的SDK。 ### 初始化 ```go const ( appKey = "xxxxxxxx" // 萤石云的AppKey secret = "xxxxxxxx" // 萤石云的Secret ) client := ys.NewClient(appKey, secret) ``` ### 使用 使用上述代码生成的`client`调用相应接口。 对应文件:`ys_xxxxxx.go` * 获取AccessToken:`(*Client) GetAccessToken`。 ### 文档 * 官网:[https://open.ys7.com/](https://open.ys7.com/) * 开发者文档:[https://open.ys7.com/doc/zh/](https://open.ys7.com/doc/zh/)