Skip to content

Commit

Permalink
add imagesearch
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzuochao committed Feb 28, 2020
1 parent c1c2f83 commit 1d06576
Show file tree
Hide file tree
Showing 7 changed files with 1,667 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChangeLog-Go.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2020-02-28 Version: v0.1.4
- Add ImageSearch.

2020-02-28 Version: v0.1.3
- Update apis.

Expand Down
15 changes: 15 additions & 0 deletions imagesearch-20200212/README-CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[English](README.md) | 简体中文
![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg)

# Alibaba Cloud SDK for ImageSearch

## 问题
[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new),不符合指南的问题可能会立即关闭。

## 相关
* [Latest Release](https://github.com/aliyun/alibabacloud-sdk)

## 许可证
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)

版权所有 1999-present, 阿里巴巴集团.
16 changes: 16 additions & 0 deletions imagesearch-20200212/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
English | [简体中文](README-CN.md)

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

# Alibaba Cloud SDK for ImageSearch

## Issues
[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.

## References
* [Latest Release](https://github.com/aliyun/alibabacloud-sdk)

## License
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)

Copyright 1999-present, Alibaba Cloud All rights reserved.
30 changes: 30 additions & 0 deletions imagesearch-20200212/Teafile
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"scope": "alibabacloud",
"name": "ImageSearch",
"version": "0.0.1",
"main": "./main.tea",
"releases": {
"java": "com.aliyun:imagesearch:0.0.1",
"go": "github.com/aliyun/alibabacloud-sdk/imagesearch-20200212/golang/client:v0.1.4",
"csharp":"AlibabaCloud.SDK.ImageSearch:0.0.1"
},
"libraries": {
"OSS": "alibabacloud:OSS:*",
"OpenPlatform": "alibabacloud:OpenPlatform:*",
"Common": "alibabacloud:Common:*"
},
"go": {
"package": [
"io"
],
"baseClient": "github.com/aliyun/rpc-client-go"
},
"java": {
"package": "com.aliyun.imagesearch",
"baseClient": "com.aliyuncs.pop.RPCClient"
},
"csharp": {
"namespace": "AlibabaCloud.ImageSearch",
"baseClient": "AlibabaCloud.RPC:RPCClient"
}
}
Loading

0 comments on commit 1d06576

Please sign in to comment.