Skip to content

Commit cf0412f

Browse files
author
ElasticEmail
committed
update API, using OpenAPI Generator 7.7.0
1 parent ea56640 commit cf0412f

File tree

244 files changed

+8882
-8764
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

244 files changed

+8882
-8764
lines changed

ElasticEmail.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 14
33
VisualStudioVersion = 14.0.25420.1
44
MinimumVisualStudioVersion = 10.0.40219.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ElasticEmail", "src\ElasticEmail\ElasticEmail.csproj", "{22A4F18F-70C6-4EA3-A5C7-05F00C6745E8}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ElasticEmail", "src\ElasticEmail\ElasticEmail.csproj", "{4C187412-0982-4A6F-940D-87FD241A8F7D}"
66
EndProject
77
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ElasticEmail.Test", "src\ElasticEmail.Test\ElasticEmail.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
88
EndProject
@@ -12,10 +12,10 @@ Global
1212
Release|Any CPU = Release|Any CPU
1313
EndGlobalSection
1414
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15-
{22A4F18F-70C6-4EA3-A5C7-05F00C6745E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{22A4F18F-70C6-4EA3-A5C7-05F00C6745E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{22A4F18F-70C6-4EA3-A5C7-05F00C6745E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{22A4F18F-70C6-4EA3-A5C7-05F00C6745E8}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{4C187412-0982-4A6F-940D-87FD241A8F7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{4C187412-0982-4A6F-940D-87FD241A8F7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{4C187412-0982-4A6F-940D-87FD241A8F7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{4C187412-0982-4A6F-940D-87FD241A8F7D}.Release|Any CPU.Build.0 = Release|Any CPU
1919
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2020
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
2121
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU

README.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,17 @@ Downloadable library clients can be found in our Github repository [here](https:
1313
This 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
4142
NOTE: 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).
4243
NOTE: 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
4647
Generate the DLL using your preferred tool (e.g. `dotnet build`)
4748

@@ -51,7 +52,7 @@ using ElasticEmail.Api;
5152
using ElasticEmail.Client;
5253
using ElasticEmail.Model;
5354
```
54-
<a name="usage"></a>
55+
<a id="usage"></a>
5556
## Usage
5657

5758
To use the API client with a HTTP proxy, setup a `System.Net.WebProxy`
@@ -62,7 +63,7 @@ webProxy.Credentials = System.Net.CredentialCache.DefaultCredentials;
6263
c.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

112113
All 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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.23
1+
4.0.24

0 commit comments

Comments
 (0)