File tree Expand file tree Collapse file tree 20 files changed +142
-195
lines changed Expand file tree Collapse file tree 20 files changed +142
-195
lines changed Original file line number Diff line number Diff line change @@ -27,20 +27,8 @@ var sdk = new SpeakeasySDK(
27
27
28
28
var res = await sdk .Apis .GetApisAsync (new GetApisRequest () {
29
29
Metadata = new Dictionary <string , List <string >>() {
30
- { " provident" , new List <string >() {
31
- " quibusdam" ,
32
- " unde" ,
33
- " nulla" ,
34
- } },
35
30
{ " corrupti" , new List <string >() {
36
- " vel" ,
37
- " error" ,
38
- " deserunt" ,
39
- " suscipit" ,
40
- } },
41
- { " iure" , new List <string >() {
42
- " debitis" ,
43
- " ipsa" ,
31
+ " provident" ,
44
32
} },
45
33
},
46
34
Op = new GetApisOp () {
Original file line number Diff line number Diff line change @@ -178,4 +178,14 @@ Based on:
178
178
### Generated
179
179
- [ csharp v1.13.3] .
180
180
### Releases
181
- - [ NuGet v1.13.3] https://www.nuget.org/packages/SpeakeasySDK/1.13.3 - .
181
+ - [ NuGet v1.13.3] https://www.nuget.org/packages/SpeakeasySDK/1.13.3 - .
182
+
183
+ ## 2023-09-07 00:03:23
184
+ ### Changes
185
+ Based on:
186
+ - OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
187
+ - Speakeasy CLI 1.79.0 (2.101.0) https://github.com/speakeasy-api/speakeasy
188
+ ### Generated
189
+ - [ csharp v1.13.4] .
190
+ ### Releases
191
+ - [ NuGet v1.13.4] https://www.nuget.org/packages/SpeakeasySDK/1.13.4 - .
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ public class ApiEndpointsSDK: IApiEndpointsSDK
36
36
{
37
37
public SDKConfig Config { get ; private set ; }
38
38
private const string _language = "csharp" ;
39
- private const string _sdkVersion = "1.13.3 " ;
40
- private const string _sdkGenVersion = "2.96.3 " ;
39
+ private const string _sdkVersion = "1.13.4 " ;
40
+ private const string _sdkGenVersion = "2.101.0 " ;
41
41
private const string _openapiDocVersion = "0.3.0" ;
42
42
private string _serverUrl = "" ;
43
43
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ public class ApisSDK: IApisSDK
34
34
{
35
35
public SDKConfig Config { get ; private set ; }
36
36
private const string _language = "csharp" ;
37
- private const string _sdkVersion = "1.13.3 " ;
38
- private const string _sdkGenVersion = "2.96.3 " ;
37
+ private const string _sdkVersion = "1.13.4 " ;
38
+ private const string _sdkGenVersion = "2.101.0 " ;
39
39
private const string _openapiDocVersion = "0.3.0" ;
40
40
private string _serverUrl = "" ;
41
41
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ public class EmbedsSDK: IEmbedsSDK
31
31
{
32
32
public SDKConfig Config { get ; private set ; }
33
33
private const string _language = "csharp" ;
34
- private const string _sdkVersion = "1.13.3 " ;
35
- private const string _sdkGenVersion = "2.96.3 " ;
34
+ private const string _sdkVersion = "1.13.4 " ;
35
+ private const string _sdkGenVersion = "2.101.0 " ;
36
36
private const string _openapiDocVersion = "0.3.0" ;
37
37
private string _serverUrl = "" ;
38
38
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ public class MetadataSDK: IMetadataSDK
31
31
{
32
32
public SDKConfig Config { get ; private set ; }
33
33
private const string _language = "csharp" ;
34
- private const string _sdkVersion = "1.13.3 " ;
35
- private const string _sdkGenVersion = "2.96.3 " ;
34
+ private const string _sdkVersion = "1.13.4 " ;
35
+ private const string _sdkGenVersion = "2.101.0 " ;
36
36
private const string _openapiDocVersion = "0.3.0" ;
37
37
private string _serverUrl = "" ;
38
38
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ public class PluginsSDK: IPluginsSDK
31
31
{
32
32
public SDKConfig Config { get ; private set ; }
33
33
private const string _language = "csharp" ;
34
- private const string _sdkVersion = "1.13.3 " ;
35
- private const string _sdkGenVersion = "2.96.3 " ;
34
+ private const string _sdkVersion = "1.13.4 " ;
35
+ private const string _sdkGenVersion = "2.101.0 " ;
36
36
private const string _openapiDocVersion = "0.3.0" ;
37
37
private string _serverUrl = "" ;
38
38
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ public class RequestsSDK: IRequestsSDK
31
31
{
32
32
public SDKConfig Config { get ; private set ; }
33
33
private const string _language = "csharp" ;
34
- private const string _sdkVersion = "1.13.3 " ;
35
- private const string _sdkGenVersion = "2.96.3 " ;
34
+ private const string _sdkVersion = "1.13.4 " ;
35
+ private const string _sdkGenVersion = "2.101.0 " ;
36
36
private const string _openapiDocVersion = "0.3.0" ;
37
37
private string _serverUrl = "" ;
38
38
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ public class SchemasSDK: ISchemasSDK
36
36
{
37
37
public SDKConfig Config { get ; private set ; }
38
38
private const string _language = "csharp" ;
39
- private const string _sdkVersion = "1.13.3 " ;
40
- private const string _sdkGenVersion = "2.96.3 " ;
39
+ private const string _sdkVersion = "1.13.4 " ;
40
+ private const string _sdkGenVersion = "2.101.0 " ;
41
41
private const string _openapiDocVersion = "0.3.0" ;
42
42
private string _serverUrl = "" ;
43
43
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<IsPackable >true</IsPackable >
4
4
<PackageId >SpeakeasySDK</PackageId >
5
- <Version >1.13.3 </Version >
5
+ <Version >1.13.4 </Version >
6
6
<Authors >Speakeasy</Authors >
7
7
<TargetFramework >net5.0</TargetFramework >
8
8
<Nullable >enable</Nullable >
You can’t perform that action at this time.
0 commit comments