AmperApiClient.NET 1.1.116

dotnet add package AmperApiClient.NET --version 1.1.116                
NuGet\Install-Package AmperApiClient.NET -Version 1.1.116                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AmperApiClient.NET" Version="1.1.116" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AmperApiClient.NET --version 1.1.116                
#r "nuget: AmperApiClient.NET, 1.1.116"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AmperApiClient.NET as a Cake Addin
#addin nuget:?package=AmperApiClient.NET&version=1.1.116

// Install AmperApiClient.NET as a Cake Tool
#tool nuget:?package=AmperApiClient.NET&version=1.1.116                

AmperApiClient.NET

Nuget Package for communicating with Amplifier API.

Requirements

.NET 5.0 .NET Core 3.1 .NET Framework 4.5.2

Install

You can add this package to your project by using:

  • Package Manager Console in Visual Studio

    Install-Package AmperApiClient.NET

  • .NET CLI

    dotnet add package AmperApiClient.NET

  • add it directly to your .csproj file

    <ItemGroup>
        <PackageReference Include="AmperApiClient.NET" Version="1.1.116" />
    </ItemGroup>
    

Getting Started

Example Project

using Amplifier;
  • Create AmplifierJWTAuth object with your username and password and url (url of your endpoint)
AmplifierJWTAuth amplifierJWTAuth = new AmplifierJWTAuth(USERNAME, PASSWORD, URL);
  • Use it's getToken() method to authenticate and get your JWT Token
b2BWSConfig.JWTToken = await amplifierJWTAuth.getToken();
  • Add AMPER WS URL
b2BWSConfig.b2BWSUrl = "https://example-amper-b2b-ws.com"
  • Create an import class where you can:
    • fetch data you want to send
    • map it to Amplifier classes (Product, Settlement...)
    • use Backend methods to send it
  • When creating Backend pass WSConfig with your JWTToken and B2BWSUrl you wish to communicate with
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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 netcoreapp3.1 is compatible. 
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.1.116 75 9/13/2024
1.1.115 67 9/9/2024
1.1.114 69 9/9/2024
1.1.113 79 9/3/2024
1.1.112 88 6/27/2024
1.1.111 87 6/25/2024
1.1.110 79 6/25/2024
1.1.109 92 5/29/2024
1.1.108 57 5/14/2024
1.1.107 118 3/26/2024
1.1.106 99 3/26/2024
1.1.105 117 3/21/2024
1.1.104 102 3/14/2024
1.1.103 106 3/13/2024
1.1.102 107 2/28/2024
1.1.101 107 2/26/2024
1.1.100 90 2/22/2024
1.1.99 119 2/21/2024
1.1.98 113 2/15/2024
1.1.97 108 2/14/2024
1.1.96 98 2/14/2024
1.1.95 104 2/7/2024
1.1.94 118 1/19/2024
1.1.93 85 1/19/2024
1.1.88 125 1/2/2024
1.1.87 169 12/4/2023
1.1.86 101 12/4/2023
1.1.85 106 12/4/2023
1.1.84 128 11/15/2023
1.1.83 122 11/9/2023
1.1.82 126 11/4/2023
1.1.81 138 10/12/2023
1.1.80 132 10/9/2023
1.1.79 118 10/6/2023
1.1.78 104 10/5/2023
1.1.77 126 9/22/2023
1.1.76 130 9/20/2023
1.1.75 104 9/20/2023
1.1.74 112 9/20/2023
1.1.73 124 9/19/2023
1.1.72 120 9/18/2023
1.1.71 134 9/12/2023
1.1.70 119 9/12/2023
1.1.69 108 9/12/2023
1.1.68 138 9/11/2023
1.1.67 134 9/6/2023
1.1.66 101 9/6/2023
1.1.65 124 9/4/2023
1.1.64 134 8/29/2023
1.1.63 133 8/8/2023
1.1.62 112 8/8/2023
1.1.61 150 7/13/2023
1.1.60 156 7/6/2023
1.1.59 139 6/28/2023
1.1.58 144 6/28/2023
1.1.57 145 6/27/2023
1.1.56 146 6/27/2023
1.1.55 166 6/23/2023
1.1.54 139 6/23/2023
1.1.53 151 6/23/2023
1.1.52 151 6/23/2023
1.1.51 171 6/22/2023
1.1.50 165 6/6/2023
1.1.49 157 5/9/2023
1.1.48 148 5/8/2023
1.1.47 189 4/30/2023
1.1.46 209 3/28/2023
1.1.45 208 3/27/2023
1.1.44 203 3/22/2023
1.1.43 217 3/21/2023
1.1.42 261 2/14/2023
1.1.41 272 2/12/2023
1.1.40 261 2/12/2023
1.1.39 268 2/8/2023
1.1.38 255 2/8/2023
1.1.37 278 1/20/2023
1.1.36 304 1/11/2023
1.1.35 302 12/14/2022
1.1.34 300 12/13/2022
1.1.33 329 11/29/2022
1.1.32 348 11/29/2022
1.1.31 323 11/29/2022
1.1.30 318 11/29/2022
1.1.29 324 11/28/2022
1.1.28 364 11/1/2022
1.1.27 390 10/12/2022
1.1.26 419 9/9/2022
1.1.25 413 9/6/2022
1.1.24 417 9/1/2022
1.1.23 433 8/12/2022
1.1.22 427 8/12/2022
1.1.21 412 8/12/2022
1.1.20 392 8/12/2022
1.1.19 404 8/4/2022
1.1.18 426 6/30/2022
1.1.17 449 6/21/2022
1.1.16 432 6/15/2022
1.1.15 429 6/15/2022
1.1.14 448 5/25/2022
1.1.13 447 5/24/2022
1.1.12 448 5/22/2022
1.1.11 433 5/22/2022
1.1.10 466 4/30/2022
1.1.9 449 4/7/2022
1.1.8 438 4/4/2022
1.1.7 448 4/2/2022
1.1.6 441 4/2/2022
1.1.5 477 2/14/2022
1.1.4 445 2/14/2022
1.1.3 300 1/2/2022
1.1.2 305 1/2/2022
1.1.1 290 1/2/2022
1.1.0 315 12/19/2021
1.0.2 360 8/2/2021
1.0.1 417 2/24/2021