@@ -13,16 +13,17 @@ Downloadable library clients can be found in our Github repository [here](https:
1313This C# SDK is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
1414
1515- API version: 4.0.0
16- - SDK version: 4.0.22
17- - Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen
16+ - SDK version: 4.0.24
17+ - Generator version: 7.7.0
18+ - Build package: org.openapitools.codegen.languages.CSharpClientCodegen
1819
19- <a name =" frameworks-supported " ></a >
20+ <a id =" frameworks-supported " ></a >
2021## Frameworks supported
2122- .NET Core >=1.0
2223- .NET Framework >=4.6
2324- Mono/Xamarin >=vNext
2425
25- <a name =" dependencies " ></a >
26+ <a id =" dependencies " ></a >
2627## Dependencies
2728
2829- [ RestSharp] ( https://www.nuget.org/packages/RestSharp ) - 106.13.0 or later
@@ -41,7 +42,7 @@ Install-Package System.ComponentModel.Annotations
4142NOTE: RestSharp versions greater than 105.1.0 have a bug which causes file uploads to fail. See [ RestSharp #742 ] ( https://github.com/restsharp/RestSharp/issues/742 ) .
4243NOTE: RestSharp for .Net Core creates a new socket for each api call, which can lead to a socket exhaustion problem. See [ RestSharp #1406 ] ( https://github.com/restsharp/RestSharp/issues/1406 ) .
4344
44- <a name =" installation " ></a >
45+ <a id =" installation " ></a >
4546## Installation
4647Generate the DLL using your preferred tool (e.g. ` dotnet build ` )
4748
@@ -51,7 +52,7 @@ using ElasticEmail.Api;
5152using ElasticEmail .Client ;
5253using ElasticEmail .Model ;
5354```
54- <a name =" usage " ></a >
55+ <a id =" usage " ></a >
5556## Usage
5657
5758To use the API client with a HTTP proxy, setup a ` System.Net.WebProxy `
@@ -62,7 +63,7 @@ webProxy.Credentials = System.Net.CredentialCache.DefaultCredentials;
6263c .Proxy = webProxy ;
6364```
6465
65- <a name =" getting-started " ></a >
66+ <a id =" getting-started " ></a >
6667## Getting Started
6768
6869``` csharp
@@ -106,7 +107,7 @@ namespace Example
106107}
107108```
108109
109- <a name =" documentation-for-api-endpoints " ></a >
110+ <a id =" documentation-for-api-endpoints " ></a >
110111
111112
112113All URIs are relative to * https://api.elasticemail.com/v4 *
@@ -128,6 +129,7 @@ Class | Method | HTTP request | Description
128129* ContactsApi* | [ ** ContactsImportPost** ] ( docs/ContactsApi.md#contactsimportpost ) | ** POST** /contacts/import | Upload Contacts
129130* ContactsApi* | [ ** ContactsPost** ] ( docs/ContactsApi.md#contactspost ) | ** POST** /contacts | Add Contact
130131* EmailsApi* | [ ** EmailsByMsgidViewGet** ] ( docs/EmailsApi.md#emailsbymsgidviewget ) | ** GET** /emails/{msgid}/view | View Email
132+ * EmailsApi* | [ ** EmailsByTransactionidStatusGet** ] ( docs/EmailsApi.md#emailsbytransactionidstatusget ) | ** GET** /emails/{transactionid}/status | Get Status
131133* EmailsApi* | [ ** EmailsMergefilePost** ] ( docs/EmailsApi.md#emailsmergefilepost ) | ** POST** /emails/mergefile | Send Bulk Emails CSV
132134* EmailsApi* | [ ** EmailsPost** ] ( docs/EmailsApi.md#emailspost ) | ** POST** /emails | Send Bulk Emails
133135* EmailsApi* | [ ** EmailsTransactionalPost** ] ( docs/EmailsApi.md#emailstransactionalpost ) | ** POST** /emails/transactional | Send Transactional Email
@@ -149,6 +151,7 @@ Class | Method | HTTP request | Description
149151* InboundRouteApi* | [ ** InboundrouteGet** ] ( docs/InboundRouteApi.md#inboundrouteget ) | ** GET** /inboundroute | Get Routes
150152* InboundRouteApi* | [ ** InboundrouteOrderPut** ] ( docs/InboundRouteApi.md#inboundrouteorderput ) | ** PUT** /inboundroute/order | Update Sorting
151153* InboundRouteApi* | [ ** InboundroutePost** ] ( docs/InboundRouteApi.md#inboundroutepost ) | ** POST** /inboundroute | Create Route
154+ * ListsApi* | [ ** ListsByListnameContactsGet** ] ( docs/ListsApi.md#listsbylistnamecontactsget ) | ** GET** /lists/{listname}/contacts | Load Contacts in List
152155* ListsApi* | [ ** ListsByNameContactsPost** ] ( docs/ListsApi.md#listsbynamecontactspost ) | ** POST** /lists/{name}/contacts | Add Contacts to List
153156* ListsApi* | [ ** ListsByNameContactsRemovePost** ] ( docs/ListsApi.md#listsbynamecontactsremovepost ) | ** POST** /lists/{name}/contacts/remove | Remove Contacts from List
154157* ListsApi* | [ ** ListsByNameDelete** ] ( docs/ListsApi.md#listsbynamedelete ) | ** DELETE** /lists/{name} | Delete List
@@ -211,7 +214,7 @@ Class | Method | HTTP request | Description
211214* VerificationsApi* | [ ** VerificationsGet** ] ( docs/VerificationsApi.md#verificationsget ) | ** GET** /verifications | Get Emails Verification Results
212215
213216
214- <a name =" documentation-for-models " ></a >
217+ <a id =" documentation-for-models " ></a >
215218## Documentation for Models
216219
217220 - [ Model.AccessLevel] ( docs/AccessLevel.md )
@@ -239,6 +242,8 @@ Class | Method | HTTP request | Description
239242 - [ Model.DeliveryOptimizationType] ( docs/DeliveryOptimizationType.md )
240243 - [ Model.EmailContent] ( docs/EmailContent.md )
241244 - [ Model.EmailData] ( docs/EmailData.md )
245+ - [ Model.EmailJobFailedStatus] ( docs/EmailJobFailedStatus.md )
246+ - [ Model.EmailJobStatus] ( docs/EmailJobStatus.md )
242247 - [ Model.EmailMessageData] ( docs/EmailMessageData.md )
243248 - [ Model.EmailPredictedValidationStatus] ( docs/EmailPredictedValidationStatus.md )
244249 - [ Model.EmailRecipient] ( docs/EmailRecipient.md )
@@ -299,10 +304,12 @@ Class | Method | HTTP request | Description
299304 - [ Model.VerificationStatus] ( docs/VerificationStatus.md )
300305
301306
302- <a name =" documentation-for-authorization " ></a >
307+ <a id =" documentation-for-authorization " ></a >
303308## Documentation for Authorization
304309
305- <a name =" apikey " ></a >
310+
311+ Authentication schemes defined for the API:
312+ <a id =" apikey " ></a >
306313### apikey
307314
308315- ** Type** : API key
0 commit comments