Skip to content

Commit 1d06576

Browse files
committed
add imagesearch
1 parent c1c2f83 commit 1d06576

File tree

7 files changed

+1667
-0
lines changed

7 files changed

+1667
-0
lines changed

ChangeLog-Go.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2020-02-28 Version: v0.1.4
2+
- Add ImageSearch.
3+
14
2020-02-28 Version: v0.1.3
25
- Update apis.
36

imagesearch-20200212/README-CN.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[English](README.md) | 简体中文
2+
![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg)
3+
4+
# Alibaba Cloud SDK for ImageSearch
5+
6+
## 问题
7+
[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new),不符合指南的问题可能会立即关闭。
8+
9+
## 相关
10+
* [Latest Release](https://github.com/aliyun/alibabacloud-sdk)
11+
12+
## 许可证
13+
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
14+
15+
版权所有 1999-present, 阿里巴巴集团.

imagesearch-20200212/README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
English | [简体中文](README-CN.md)
2+
3+
![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg)
4+
5+
# Alibaba Cloud SDK for ImageSearch
6+
7+
## Issues
8+
[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
9+
10+
## References
11+
* [Latest Release](https://github.com/aliyun/alibabacloud-sdk)
12+
13+
## License
14+
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
15+
16+
Copyright 1999-present, Alibaba Cloud All rights reserved.

imagesearch-20200212/Teafile

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"scope": "alibabacloud",
3+
"name": "ImageSearch",
4+
"version": "0.0.1",
5+
"main": "./main.tea",
6+
"releases": {
7+
"java": "com.aliyun:imagesearch:0.0.1",
8+
"go": "github.com/aliyun/alibabacloud-sdk/imagesearch-20200212/golang/client:v0.1.4",
9+
"csharp":"AlibabaCloud.SDK.ImageSearch:0.0.1"
10+
},
11+
"libraries": {
12+
"OSS": "alibabacloud:OSS:*",
13+
"OpenPlatform": "alibabacloud:OpenPlatform:*",
14+
"Common": "alibabacloud:Common:*"
15+
},
16+
"go": {
17+
"package": [
18+
"io"
19+
],
20+
"baseClient": "github.com/aliyun/rpc-client-go"
21+
},
22+
"java": {
23+
"package": "com.aliyun.imagesearch",
24+
"baseClient": "com.aliyuncs.pop.RPCClient"
25+
},
26+
"csharp": {
27+
"namespace": "AlibabaCloud.ImageSearch",
28+
"baseClient": "AlibabaCloud.RPC:RPCClient"
29+
}
30+
}

0 commit comments

Comments
 (0)