AmperApiClient.NET 1.1.130

There is a newer version of this package available.
See the version list below for details.
dotnet add package AmperApiClient.NET --version 1.1.130
                    
NuGet\Install-Package AmperApiClient.NET -Version 1.1.130
                    
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.130" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AmperApiClient.NET" Version="1.1.130" />
                    
Directory.Packages.props
<PackageReference Include="AmperApiClient.NET" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AmperApiClient.NET --version 1.1.130
                    
#r "nuget: AmperApiClient.NET, 1.1.130"
                    
#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.
#:package AmperApiClient.NET@1.1.130
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AmperApiClient.NET&version=1.1.130
                    
Install as a Cake Addin
#tool nuget:?package=AmperApiClient.NET&version=1.1.130
                    
Install as a Cake Tool

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.130" />
    </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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.154 155 9/8/2025
1.1.153 153 9/8/2025
1.1.152 164 8/14/2025
1.1.151 151 8/14/2025
1.1.150 233 8/5/2025
1.1.149 127 7/30/2025
1.1.148 525 7/23/2025
1.1.147 151 7/17/2025
1.1.146 154 7/2/2025
1.1.145 157 6/18/2025
1.1.144 263 6/13/2025
1.1.143 302 6/11/2025
1.1.142 158 6/2/2025
1.1.141 162 5/27/2025
1.1.140 159 5/27/2025
1.1.139 130 5/23/2025
1.1.138 165 4/30/2025
1.1.137 177 4/29/2025
1.1.136 131 4/25/2025
1.1.135 181 4/23/2025
1.1.134 216 4/16/2025
1.1.133 155 3/27/2025
1.1.132 147 3/27/2025
1.1.131 495 3/25/2025
1.1.130 134 2/27/2025
1.1.129 137 2/20/2025
1.1.128 141 12/19/2024
1.1.127 157 12/13/2024
1.1.126 132 12/13/2024
1.1.125 140 12/9/2024
1.1.124 142 12/5/2024
1.1.123 141 11/27/2024
1.1.122 126 11/27/2024
1.1.121 128 11/26/2024
1.1.120 150 11/15/2024
1.1.119 140 10/31/2024
1.1.118 153 10/23/2024
1.1.117 129 10/10/2024
1.1.116 153 9/13/2024
1.1.115 157 9/9/2024
1.1.114 144 9/9/2024
1.1.113 150 9/3/2024
1.1.112 149 6/27/2024
1.1.111 151 6/25/2024
1.1.110 149 6/25/2024
1.1.109 143 5/29/2024
1.1.108 114 5/14/2024
1.1.107 167 3/26/2024
1.1.106 156 3/26/2024
1.1.105 179 3/21/2024
1.1.104 161 3/14/2024
1.1.103 165 3/13/2024
1.1.102 164 2/28/2024
1.1.101 171 2/26/2024
1.1.100 178 2/22/2024
1.1.99 180 2/21/2024
1.1.98 171 2/15/2024
1.1.97 173 2/14/2024
1.1.96 158 2/14/2024
1.1.95 161 2/7/2024
1.1.94 182 1/19/2024
1.1.93 152 1/19/2024
1.1.88 193 1/2/2024
1.1.87 227 12/4/2023
1.1.86 161 12/4/2023
1.1.85 160 12/4/2023
1.1.84 180 11/15/2023
1.1.83 178 11/9/2023
1.1.82 187 11/4/2023
1.1.81 201 10/12/2023
1.1.80 193 10/9/2023
1.1.79 176 10/6/2023
1.1.78 163 10/5/2023
1.1.77 189 9/22/2023
1.1.76 193 9/20/2023
1.1.75 170 9/20/2023
1.1.74 173 9/20/2023
1.1.73 184 9/19/2023
1.1.72 184 9/18/2023
1.1.71 206 9/12/2023
1.1.70 192 9/12/2023
1.1.69 173 9/12/2023
1.1.68 204 9/11/2023
1.1.67 212 9/6/2023
1.1.66 175 9/6/2023
1.1.65 200 9/4/2023
1.1.64 209 8/29/2023
1.1.63 221 8/8/2023
1.1.62 196 8/8/2023
1.1.61 235 7/13/2023
1.1.60 245 7/6/2023
1.1.59 232 6/28/2023
1.1.58 232 6/28/2023
1.1.57 227 6/27/2023
1.1.56 234 6/27/2023
1.1.55 245 6/23/2023
1.1.54 222 6/23/2023
1.1.53 234 6/23/2023
1.1.52 235 6/23/2023
1.1.51 257 6/22/2023
1.1.50 260 6/6/2023
1.1.49 248 5/9/2023
1.1.48 243 5/8/2023
1.1.47 284 4/30/2023
1.1.46 301 3/28/2023
1.1.45 304 3/27/2023
1.1.44 301 3/22/2023
1.1.43 311 3/21/2023
1.1.42 360 2/14/2023
1.1.41 369 2/12/2023
1.1.40 355 2/12/2023
1.1.39 362 2/8/2023
1.1.38 356 2/8/2023
1.1.37 368 1/20/2023
1.1.36 402 1/11/2023
1.1.35 413 12/14/2022
1.1.34 397 12/13/2022
1.1.33 438 11/29/2022
1.1.32 446 11/29/2022
1.1.31 421 11/29/2022
1.1.30 418 11/29/2022
1.1.29 420 11/28/2022
1.1.28 461 11/1/2022
1.1.27 490 10/12/2022
1.1.26 522 9/9/2022
1.1.25 523 9/6/2022
1.1.24 522 9/1/2022
1.1.23 539 8/12/2022
1.1.22 537 8/12/2022
1.1.21 519 8/12/2022
1.1.20 501 8/12/2022
1.1.19 518 8/4/2022
1.1.18 537 6/30/2022
1.1.17 563 6/21/2022
1.1.16 543 6/15/2022
1.1.15 540 6/15/2022
1.1.14 562 5/25/2022
1.1.13 556 5/24/2022
1.1.12 557 5/22/2022
1.1.11 543 5/22/2022
1.1.10 585 4/30/2022
1.1.9 569 4/7/2022
1.1.8 548 4/4/2022
1.1.7 577 4/2/2022
1.1.6 564 4/2/2022
1.1.5 598 2/14/2022
1.1.4 562 2/14/2022
1.1.3 430 1/2/2022
1.1.2 429 1/2/2022
1.1.1 414 1/2/2022
1.1.0 432 12/19/2021
1.0.2 477 8/2/2021
1.0.1 541 2/24/2021