AmperApiClient.NET 1.1.38

There is a newer version of this package available.
See the version list below for details.
dotnet add package AmperApiClient.NET --version 1.1.38
                    
NuGet\Install-Package AmperApiClient.NET -Version 1.1.38
                    
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.38" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AmperApiClient.NET" Version="1.1.38" />
                    
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.38
                    
#r "nuget: AmperApiClient.NET, 1.1.38"
                    
#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.
#addin nuget:?package=AmperApiClient.NET&version=1.1.38
                    
Install AmperApiClient.NET as a Cake Addin
#tool nuget:?package=AmperApiClient.NET&version=1.1.38
                    
Install AmperApiClient.NET as a Cake Tool

AmperApiClient.NET

Nuget Package for communicating with Amplifier API.

Requirements

.net core version 5

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.26" />
    </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. 
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.142 126 6/2/2025
1.1.141 135 5/27/2025
1.1.140 132 5/27/2025
1.1.139 101 5/23/2025
1.1.138 138 4/30/2025
1.1.137 151 4/29/2025
1.1.136 105 4/25/2025
1.1.135 148 4/23/2025
1.1.134 186 4/16/2025
1.1.133 128 3/27/2025
1.1.132 124 3/27/2025
1.1.131 470 3/25/2025
1.1.130 109 2/27/2025
1.1.129 113 2/20/2025
1.1.128 113 12/19/2024
1.1.127 133 12/13/2024
1.1.126 106 12/13/2024
1.1.125 113 12/9/2024
1.1.124 119 12/5/2024
1.1.123 115 11/27/2024
1.1.122 100 11/27/2024
1.1.121 104 11/26/2024
1.1.120 120 11/15/2024
1.1.119 117 10/31/2024
1.1.118 123 10/23/2024
1.1.117 103 10/10/2024
1.1.116 127 9/13/2024
1.1.115 127 9/9/2024
1.1.114 118 9/9/2024
1.1.113 127 9/3/2024
1.1.112 127 6/27/2024
1.1.111 128 6/25/2024
1.1.110 123 6/25/2024
1.1.109 128 5/29/2024
1.1.108 92 5/14/2024
1.1.107 150 3/26/2024
1.1.106 131 3/26/2024
1.1.105 154 3/21/2024
1.1.104 138 3/14/2024
1.1.103 141 3/13/2024
1.1.102 141 2/28/2024
1.1.101 146 2/26/2024
1.1.100 154 2/22/2024
1.1.99 156 2/21/2024
1.1.98 149 2/15/2024
1.1.97 146 2/14/2024
1.1.96 132 2/14/2024
1.1.95 139 2/7/2024
1.1.94 153 1/19/2024
1.1.93 129 1/19/2024
1.1.88 167 1/2/2024
1.1.87 202 12/4/2023
1.1.86 132 12/4/2023
1.1.85 137 12/4/2023
1.1.84 160 11/15/2023
1.1.83 156 11/9/2023
1.1.82 161 11/4/2023
1.1.81 172 10/12/2023
1.1.80 163 10/9/2023
1.1.79 149 10/6/2023
1.1.78 136 10/5/2023
1.1.77 162 9/22/2023
1.1.76 166 9/20/2023
1.1.75 141 9/20/2023
1.1.74 145 9/20/2023
1.1.73 156 9/19/2023
1.1.72 154 9/18/2023
1.1.71 173 9/12/2023
1.1.70 162 9/12/2023
1.1.69 143 9/12/2023
1.1.68 172 9/11/2023
1.1.67 175 9/6/2023
1.1.66 135 9/6/2023
1.1.65 158 9/4/2023
1.1.64 170 8/29/2023
1.1.63 173 8/8/2023
1.1.62 151 8/8/2023
1.1.61 192 7/13/2023
1.1.60 194 7/6/2023
1.1.59 183 6/28/2023
1.1.58 185 6/28/2023
1.1.57 181 6/27/2023
1.1.56 190 6/27/2023
1.1.55 201 6/23/2023
1.1.54 177 6/23/2023
1.1.53 188 6/23/2023
1.1.52 187 6/23/2023
1.1.51 210 6/22/2023
1.1.50 212 6/6/2023
1.1.49 200 5/9/2023
1.1.48 194 5/8/2023
1.1.47 235 4/30/2023
1.1.46 253 3/28/2023
1.1.45 249 3/27/2023
1.1.44 250 3/22/2023
1.1.43 262 3/21/2023
1.1.42 309 2/14/2023
1.1.41 319 2/12/2023
1.1.40 306 2/12/2023
1.1.39 311 2/8/2023
1.1.38 305 2/8/2023
1.1.37 326 1/20/2023
1.1.36 352 1/11/2023
1.1.35 361 12/14/2022
1.1.34 343 12/13/2022
1.1.33 383 11/29/2022
1.1.32 395 11/29/2022
1.1.31 371 11/29/2022
1.1.30 370 11/29/2022
1.1.29 370 11/28/2022
1.1.28 409 11/1/2022
1.1.27 440 10/12/2022
1.1.26 469 9/9/2022
1.1.25 467 9/6/2022
1.1.24 471 9/1/2022
1.1.23 483 8/12/2022
1.1.22 481 8/12/2022
1.1.21 463 8/12/2022
1.1.20 448 8/12/2022
1.1.19 463 8/4/2022
1.1.18 481 6/30/2022
1.1.17 502 6/21/2022
1.1.16 484 6/15/2022
1.1.15 485 6/15/2022
1.1.14 505 5/25/2022
1.1.13 500 5/24/2022
1.1.12 501 5/22/2022
1.1.11 484 5/22/2022
1.1.10 527 4/30/2022
1.1.9 509 4/7/2022
1.1.8 492 4/4/2022
1.1.7 515 4/2/2022
1.1.6 502 4/2/2022
1.1.5 541 2/14/2022
1.1.4 505 2/14/2022
1.1.3 371 1/2/2022
1.1.2 372 1/2/2022
1.1.1 356 1/2/2022
1.1.0 376 12/19/2021
1.0.2 418 8/2/2021
1.0.1 486 2/24/2021