This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
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
7809801
commit a6eaa8c
Showing
7 changed files
with
57 additions
and
39 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 |
---|---|---|
|
@@ -35,4 +35,5 @@ doc/ | |
node_modules/ | ||
coverage/ | ||
dist/ | ||
.DS_Store | ||
.DS_Store | ||
.history/ |
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,11 @@ | ||
2020-02-04 Version: v1.0.3 | ||
- Modify refreshToken | ||
|
||
2020-01-16 Version: v1.0.2 | ||
- Support more apis | ||
|
||
2020-01-15 Version: v1.0.1 | ||
- Update mod | ||
|
||
2019-12-27 Version: v1.0.0 | ||
- New project |
Empty file.
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,20 +1,23 @@ | ||
{ | ||
"scope": "alibabacloud", | ||
"name": "CCPClient", | ||
"version": "1.0.0", | ||
"main": "./ccp.tea", | ||
"java": { | ||
"package": "com.aliyun.ccp.ccpclient", | ||
"baseClient": "com.aliyun.ccp.baseclient.BaseClient" | ||
}, | ||
"csharp": { | ||
"namespace": "Aliyun.SDK.CCP.CCPClient", | ||
"baseClient": "Aliyun.SDK.CCP:BaseClient" | ||
}, | ||
"go": { | ||
"baseClient": "github.com/aliyun/aliyun-ccp/baseclient/go" | ||
}, | ||
"typescript": { | ||
"baseClient": "@alicloud/ccp-baseclient" | ||
} | ||
} | ||
"scope": "alibabacloud", | ||
"name": "CCPClient", | ||
"version": "1.0.0", | ||
"main": "./ccp.tea", | ||
"releases": { | ||
"go": "github.com/aliyun/aliyun-ccp/ccppath-sdk/go/client:v1.0.3" | ||
}, | ||
"java": { | ||
"package": "com.aliyun.ccp.ccpclient", | ||
"baseClient": "com.aliyun.ccp.baseclient.BaseClient" | ||
}, | ||
"csharp": { | ||
"namespace": "Aliyun.SDK.CCP.CCPClient", | ||
"baseClient": "Aliyun.SDK.CCP:BaseClient" | ||
}, | ||
"go": { | ||
"baseClient": "github.com/aliyun/aliyun-ccp/baseclient/go" | ||
}, | ||
"typescript": { | ||
"baseClient": "@alicloud/ccp-baseclient" | ||
} | ||
} |
Empty file.
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,20 +1,23 @@ | ||
{ | ||
"scope": "alibabacloud", | ||
"name": "OSSClient", | ||
"version": "1.0.0", | ||
"main": "./oss.tea", | ||
"java": { | ||
"package": "com.aliyun.ccp.ossclient", | ||
"baseClient": "com.aliyun.ccp.baseclient.BaseClient" | ||
}, | ||
"csharp": { | ||
"namespace": "Aliyun.SDK.CCP.OSSClient", | ||
"baseClient": "Aliyun.SDK.CCP:BaseClient" | ||
}, | ||
"go": { | ||
"baseClient": "github.com/aliyun/aliyun-ccp/baseclient/go" | ||
}, | ||
"typescript": { | ||
"baseClient": "@alicloud/ccp-baseclient" | ||
} | ||
} | ||
"scope": "alibabacloud", | ||
"name": "OSSClient", | ||
"version": "1.0.0", | ||
"main": "./oss.tea", | ||
"releases": { | ||
"go": "github.com/aliyun/aliyun-ccp/osspath-sdk/go/client:v1.0.3" | ||
}, | ||
"java": { | ||
"package": "com.aliyun.ccp.ossclient", | ||
"baseClient": "com.aliyun.ccp.baseclient.BaseClient" | ||
}, | ||
"csharp": { | ||
"namespace": "Aliyun.SDK.CCP.OSSClient", | ||
"baseClient": "Aliyun.SDK.CCP:BaseClient" | ||
}, | ||
"go": { | ||
"baseClient": "github.com/aliyun/aliyun-ccp/baseclient/go" | ||
}, | ||
"typescript": { | ||
"baseClient": "@alicloud/ccp-baseclient" | ||
} | ||
} |
Empty file.