ElasticEmail 4.0.16
See the version list below for details.
dotnet add package ElasticEmail --version 4.0.16
NuGet\Install-Package ElasticEmail -Version 4.0.16
<PackageReference Include="ElasticEmail" Version="4.0.16" />
paket add ElasticEmail --version 4.0.16
#r "nuget: ElasticEmail, 4.0.16"
// Install ElasticEmail as a Cake Addin #addin nuget:?package=ElasticEmail&version=4.0.16 // Install ElasticEmail as a Cake Tool #tool nuget:?package=ElasticEmail&version=4.0.16
ElasticEmail - the C# library for the Elastic Email REST API
This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach.
Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used.
The API has a limit of 20 concurrent connections and a hard timeout of 600 seconds per request.
To start using this API, you will need your Access Token (available here). Remember to keep it safe. Required access levels are listed in the given request’s description.
Downloadable library client can be found in our Github repository here
This C# SDK is automatically generated by the OpenAPI Generator project:
- API version: 4.0.0
- SDK version: 4.0.16
- Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen
Frameworks supported
- .NET Core >=1.0
- .NET Framework >=4.6
- Mono/Xamarin >=vNext
Getting Started
using System.Collections.Generic;
using System.Diagnostics;
using ElasticEmail.Api;
using ElasticEmail.Client;
using ElasticEmail.Model;
namespace Example
{
public class Example
{
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://api.elasticemail.com/v4";
// Configure API key authorization: apikey
config.ApiKey.Add("X-ElasticEmail-ApiKey", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// config.ApiKeyPrefix.Add("X-ElasticEmail-ApiKey", "Bearer");
var apiInstance = new CampaignsApi(config);
var name = "name_example"; // string | Name of Campaign to delete
try
{
// Delete Campaign
apiInstance.CampaignsByNameDelete(name);
}
catch (ApiException e)
{
Debug.Print("Exception when calling CampaignsApi.CampaignsByNameDelete: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
}
}
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- JsonSubTypes (>= 1.8.0)
- Newtonsoft.Json (>= 13.0.1)
- Polly (>= 7.2.2)
- RestSharp (>= 106.13.0)
- System.ComponentModel.Annotations (>= 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.24 | 6,837 | 7/5/2024 |
4.0.23 | 22,781 | 9/26/2023 |
4.0.22 | 12,744 | 12/13/2022 |
4.0.21 | 5,020 | 5/31/2022 |
4.0.19 | 8,300 | 3/15/2022 |
4.0.18 | 486 | 2/9/2022 |
4.0.17 | 465 | 2/9/2022 |
4.0.16 | 466 | 1/31/2022 |
4.0.15 | 327 | 11/10/2021 |
4.0.14 | 783 | 8/26/2021 |
4.0.13 | 328 | 8/26/2021 |
4.0.12 | 437 | 5/27/2021 |
4.0.11 | 332 | 5/25/2021 |
4.0.10 | 380 | 5/11/2021 |
upgrade openapigenerator to 5.4.0