File tree Expand file tree Collapse file tree 8 files changed +26
-48
lines changed Expand file tree Collapse file tree 8 files changed +26
-48
lines changed Original file line number Diff line number Diff line change @@ -72,10 +72,10 @@ public class Ding: IDing
72
72
public SDKConfig SDKConfiguration { get ; private set ; }
73
73
74
74
private const string _language = "csharp" ;
75
- private const string _sdkVersion = "0.6.2 " ;
76
- private const string _sdkGenVersion = "2.205.0 " ;
75
+ private const string _sdkVersion = "0.7.0 " ;
76
+ private const string _sdkGenVersion = "2.213.3 " ;
77
77
private const string _openapiDocVersion = "1.0.0" ;
78
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.2 2.205.0 1.0.0 DingSDK" ;
78
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.213.3 1.0.0 DingSDK" ;
79
79
private string _serverUrl = "" ;
80
80
private ISpeakeasyHttpClient _defaultClient ;
81
81
private ISpeakeasyHttpClient _securityClient ;
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<IsPackable >true</IsPackable >
4
4
<PackageId >DingSDK</PackageId >
5
- <Version >0.6.2 </Version >
5
+ <Version >0.7.0 </Version >
6
6
<Authors >Ding</Authors >
7
7
<TargetFramework >net5.0</TargetFramework >
8
8
<Nullable >enable</Nullable >
Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ public class Lookup: ILookup
38
38
{
39
39
public SDKConfig SDKConfiguration { get ; private set ; }
40
40
private const string _language = "csharp" ;
41
- private const string _sdkVersion = "0.6.2 " ;
42
- private const string _sdkGenVersion = "2.205.0 " ;
41
+ private const string _sdkVersion = "0.7.0 " ;
42
+ private const string _sdkGenVersion = "2.213.3 " ;
43
43
private const string _openapiDocVersion = "1.0.0" ;
44
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.2 2.205.0 1.0.0 DingSDK" ;
44
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.213.3 1.0.0 DingSDK" ;
45
45
private string _serverUrl = "" ;
46
46
private ISpeakeasyHttpClient _defaultClient ;
47
47
private ISpeakeasyHttpClient _securityClient ;
Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ public class Otp: IOtp
48
48
{
49
49
public SDKConfig SDKConfiguration { get ; private set ; }
50
50
private const string _language = "csharp" ;
51
- private const string _sdkVersion = "0.6.2 " ;
52
- private const string _sdkGenVersion = "2.205.0 " ;
51
+ private const string _sdkVersion = "0.7.0 " ;
52
+ private const string _sdkGenVersion = "2.213.3 " ;
53
53
private const string _openapiDocVersion = "1.0.0" ;
54
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.2 2.205.0 1.0.0 DingSDK" ;
54
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.213.3 1.0.0 DingSDK" ;
55
55
private string _serverUrl = "" ;
56
56
private ISpeakeasyHttpClient _defaultClient ;
57
57
private ISpeakeasyHttpClient _securityClient ;
Original file line number Diff line number Diff line change @@ -17,23 +17,6 @@ dotnet add package DingSDK
17
17
<!-- Start SDK Example Usage [usage] -->
18
18
## SDK Example Usage
19
19
20
- ### Example 1
21
-
22
- ``` csharp
23
- using DingSDK ;
24
- using DingSDK .Models .Components ;
25
- using DingSDK .Models .Requests ;
26
-
27
- var sdk = new Ding (
28
- security : new Security () {
29
- APIKey = " YOUR_API_KEY" ,
30
- });
31
-
32
- var res = await sdk .Lookup .LookupAsync (CustomerUuid : " 6e93aa15-9177-4d09-8395-b69ce50db1c8" , PhoneNumber : " string" );
33
-
34
- // handle response
35
- ```
36
-
37
20
### Send a code
38
21
39
22
Send an OTP code to a user's phone number.
Original file line number Diff line number Diff line change @@ -110,4 +110,14 @@ Based on:
110
110
### Generated
111
111
- [ csharp v0.6.2] .
112
112
### Releases
113
- - [ NuGet v0.6.2] https://www.nuget.org/packages/DingSDK/0.6.2 - .
113
+ - [ NuGet v0.6.2] https://www.nuget.org/packages/DingSDK/0.6.2 - .
114
+
115
+ ## 2023-12-12 00:17:08
116
+ ### Changes
117
+ Based on:
118
+ - OpenAPI Doc 1.0.0
119
+ - Speakeasy CLI 1.126.0 (2.213.3) https://github.com/speakeasy-api/speakeasy
120
+ ### Generated
121
+ - [ csharp v0.7.0] .
122
+ ### Releases
123
+ - [ NuGet v0.7.0] https://www.nuget.org/packages/DingSDK/0.7.0 - .
Original file line number Diff line number Diff line change 1
1
<!-- Start SDK Example Usage [usage] -->
2
- ``` csharp
3
- using DingSDK ;
4
- using DingSDK .Models .Components ;
5
- using DingSDK .Models .Requests ;
6
-
7
- var sdk = new Ding (
8
- security : new Security () {
9
- APIKey = " YOUR_API_KEY" ,
10
- });
11
-
12
- var res = await sdk .Lookup .LookupAsync (CustomerUuid : " 6e93aa15-9177-4d09-8395-b69ce50db1c8" , PhoneNumber : " string" );
13
-
14
- // handle response
15
- ```
16
-
17
2
### Send a code
18
3
19
4
Send an OTP code to a user's phone number.
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ configVersion: 1.0.0
2
2
management :
3
3
docChecksum : 5e4ef027bc51f54368e8b1607b77c098
4
4
docVersion : 1.0.0
5
- speakeasyVersion : 1.124.1
6
- generationVersion : 2.205.0
5
+ speakeasyVersion : 1.126.0
6
+ generationVersion : 2.213.3
7
7
generation :
8
8
comments : {}
9
9
sdkClassName : Ding
@@ -12,14 +12,14 @@ generation:
12
12
optionalPropertyRendering : withExample
13
13
features :
14
14
csharp :
15
- core : 3.1.3
15
+ core : 3.2.0
16
16
examples : 2.81.3
17
17
flattening : 2.81.1
18
- globalSecurity : 2.81.1
18
+ globalSecurity : 2.81.2
19
19
globalServerURLs : 2.82.2
20
20
serverIDs : 2.82.0
21
21
csharp :
22
- version : 0.6.2
22
+ version : 0.7.0
23
23
author : Ding
24
24
dotnetVersion : net5.0
25
25
imports :
You can’t perform that action at this time.
0 commit comments