Worldline.Acquiring.Sdk
0.1.0
dotnet add package Worldline.Acquiring.Sdk --version 0.1.0
NuGet\Install-Package Worldline.Acquiring.Sdk -Version 0.1.0
<PackageReference Include="Worldline.Acquiring.Sdk" Version="0.1.0" />
paket add Worldline.Acquiring.Sdk --version 0.1.0
#r "nuget: Worldline.Acquiring.Sdk, 0.1.0"
// Install Worldline.Acquiring.Sdk as a Cake Addin #addin nuget:?package=Worldline.Acquiring.Sdk&version=0.1.0 // Install Worldline.Acquiring.Sdk as a Cake Tool #tool nuget:?package=Worldline.Acquiring.Sdk&version=0.1.0
Worldline Acquiring .NET SDK
Introduction
The .NET SDK helps you to communicate with the Worldline Acquiring API. Its primary features are:
- convenient C# wrapper around the API calls and responses
- marshalls C# request objects to HTTP requests
- unmarshalls HTTP responses to C# response objects or C# exceptions
- handling of all the details concerning authentication
- handling of required metadata
See the Worldline Acquiring Documentation for more information on how to use the SDK.
Structure of this repository
This repository consists out of four main components:
- The source code of the SDK itself:
/Worldline.Acquiring.Sdk
- The source code of the SDK unit tests:
/Worldline.Acquiring.Sdk.Tests
- The source code of the integration tests:
/Worldline.Acquiring.Sdk.IntegrationTests
Requirements
The .NET SDK supports .NET Standard 2.0 and up. The following packages are required:
- Json.NET 13.0.3 or higher
- NLog 5.3.2 or higher
- System.Collections.Immutable 1.7.1 or higher
- System.Configuration.ConfigurationManager 4.7.0 or higher
Installation
Release
Package Manager
To install the latest .NET SDK release, run the following command in the Package Manager Console (Tools -> NuGet Package Manager -> Package Manager Console
) in Visual Studio:
PM> Install-Package Worldline.Acquiring.Sdk
.NET CLI
To install the latest .NET SDK release, run the following command:
dotnet add package Worldline.Acquiring.Sdk
Release (Strong-Named)
To install the latest .NET SDK release as a Strong-Named assembly, follow the instructions above but use Worldline.Acquiring.Sdk.StrongName
instead of Worldline.Acquiring.Sdk
.
Building the repository
This repository uses Visual Studio 2022 to build. Open Worldline.Acquiring.Sdk.sln
in Visual Studio, and click build.
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
- Newtonsoft.Json (>= 13.0.3)
- NLog (>= 5.3.2)
- System.Collections.Immutable (>= 1.7.1)
- System.Configuration.ConfigurationManager (>= 4.7.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 |
---|---|---|
0.1.0 | 93 | 9/20/2024 |