Skip to content

Commit

Permalink
Support new API GetAutonomousNotifyEvents and GetAutonomousNotifyEven…
Browse files Browse the repository at this point in the history
…tDetail.
  • Loading branch information
sdk-team committed Nov 30, 2020
0 parents commit 5a6f19e
Show file tree
Hide file tree
Showing 5 changed files with 2,958 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.txt
@@ -0,0 +1,3 @@
2020-11-30 Version: v1.1.0
- Support new API GetAutonomousNotifyEvents and GetAutonomousNotifyEventDetail.

28 changes: 28 additions & 0 deletions README-CN.md
@@ -0,0 +1,28 @@
[English](README.md) | 简体中文

![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg)

# Alibaba Cloud DAS SDK for Go

## 要求
- 您需要确保本地安装的 go 环境版本大于 1.12.0.

## 安装
你可以使用 `go mod` 来管理你的依赖,
```sh
go get github.com/alibabacloud-go/das-20200116
```

## 问题
[提交 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.
28 changes: 28 additions & 0 deletions README.md
@@ -0,0 +1,28 @@
English | [简体中文](README-CN.md)
![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg)

# Alibaba Cloud DAS 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/das-20200116
```

## 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.

0 comments on commit 5a6f19e

Please sign in to comment.