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(
2727
2828var res = await sdk .Apis .GetApisAsync (new GetApisRequest () {
2929 Metadata = new Dictionary <string , List <string >>() {
30- { " provident" , new List <string >() {
31- " quibusdam" ,
32- " unde" ,
33- " nulla" ,
34- } },
3530 { " corrupti" , new List <string >() {
36- " vel" ,
37- " error" ,
38- " deserunt" ,
39- " suscipit" ,
40- } },
41- { " iure" , new List <string >() {
42- " debitis" ,
43- " ipsa" ,
31+ " provident" ,
4432 } },
4533 },
4634 Op = new GetApisOp () {
Original file line number Diff line number Diff line change @@ -178,4 +178,14 @@ Based on:
178178### Generated
179179- [ csharp v1.13.3] .
180180### 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
3636 {
3737 public SDKConfig Config { get ; private set ; }
3838 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 " ;
4141 private const string _openapiDocVersion = "0.3.0" ;
4242 private string _serverUrl = "" ;
4343 private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ public class ApisSDK: IApisSDK
3434 {
3535 public SDKConfig Config { get ; private set ; }
3636 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 " ;
3939 private const string _openapiDocVersion = "0.3.0" ;
4040 private string _serverUrl = "" ;
4141 private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ public class EmbedsSDK: IEmbedsSDK
3131 {
3232 public SDKConfig Config { get ; private set ; }
3333 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 " ;
3636 private const string _openapiDocVersion = "0.3.0" ;
3737 private string _serverUrl = "" ;
3838 private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ public class MetadataSDK: IMetadataSDK
3131 {
3232 public SDKConfig Config { get ; private set ; }
3333 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 " ;
3636 private const string _openapiDocVersion = "0.3.0" ;
3737 private string _serverUrl = "" ;
3838 private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ public class PluginsSDK: IPluginsSDK
3131 {
3232 public SDKConfig Config { get ; private set ; }
3333 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 " ;
3636 private const string _openapiDocVersion = "0.3.0" ;
3737 private string _serverUrl = "" ;
3838 private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ public class RequestsSDK: IRequestsSDK
3131 {
3232 public SDKConfig Config { get ; private set ; }
3333 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 " ;
3636 private const string _openapiDocVersion = "0.3.0" ;
3737 private string _serverUrl = "" ;
3838 private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ public class SchemasSDK: ISchemasSDK
3636 {
3737 public SDKConfig Config { get ; private set ; }
3838 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 " ;
4141 private const string _openapiDocVersion = "0.3.0" ;
4242 private string _serverUrl = "" ;
4343 private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <IsPackable >true</IsPackable >
44 <PackageId >SpeakeasySDK</PackageId >
5- <Version >1.13.3 </Version >
5+ <Version >1.13.4 </Version >
66 <Authors >Speakeasy</Authors >
77 <TargetFramework >net5.0</TargetFramework >
88 <Nullable >enable</Nullable >
You can’t perform that action at this time.
0 commit comments