-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c1c2f83
commit 1d06576
Showing
7 changed files
with
1,667 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 |
---|---|---|
@@ -1,3 +1,6 @@ | ||
2020-02-28 Version: v0.1.4 | ||
- Add ImageSearch. | ||
|
||
2020-02-28 Version: v0.1.3 | ||
- Update apis. | ||
|
||
|
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,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, 阿里巴巴集团. |
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,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. |
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,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" | ||
} | ||
} |
Oops, something went wrong.