-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Supported query account transactions.
- Loading branch information
0 parents
commit ffc8137
Showing
5 changed files
with
13,074 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
2020-09-24 Version: v0.1.2 | ||
- Supported query account transactions. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
[English](README.md) | 简体中文 | ||
|
||
![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg) | ||
|
||
# Alibaba Cloud BssOpenApi SDK for Go | ||
|
||
## 要求 | ||
- 您需要确保本地安装的 go 环境版本大于 1.12.0. | ||
|
||
## 安装 | ||
你可以使用 `go mod` 来管理你的依赖, | ||
```sh | ||
go get github.com/alibabacloud-go/bssopenapi-20171214 | ||
``` | ||
|
||
## 问题 | ||
[提交 Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new),不符合指南的问题可能会立即关闭。 | ||
|
||
## 发行说明 | ||
每个版本的详细更改记录在[发行说明](./ChangeLog.txt)中。 | ||
|
||
## 相关 | ||
* [最新源码](https://github.com/aliyun/alibabacloud-sdk/) | ||
|
||
## 许可证 | ||
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | ||
|
||
Copyright (c) 2009-present, Alibaba Cloud All rights reserved. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
English | [简体中文](README-CN.md) | ||
![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg) | ||
|
||
# Alibaba Cloud BssOpenApi SDK for Go | ||
|
||
## Requirements | ||
- It's necessary for you to make sure your system have installed a Go environment which is new than 1.12.0. | ||
|
||
## Installation | ||
If you use `go mod` to manage your dependence, you can use the following command: | ||
|
||
```sh | ||
$ go get github.com/alibabacloud-go/bssopenapi-20171214 | ||
``` | ||
|
||
## Issues | ||
[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately. | ||
|
||
## Changelog | ||
Detailed changes for each release are documented in the [release notes](./ChangeLog.txt). | ||
|
||
## References | ||
* [Latest Release](https://github.com/aliyun/alibabacloud-sdk/) | ||
|
||
## License | ||
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | ||
|
||
Copyright (c) 2009-present, Alibaba Cloud All rights reserved. |
Oops, something went wrong.