AmperApiClient.NET 1.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package AmperApiClient.NET --version 1.1.1
NuGet\Install-Package AmperApiClient.NET -Version 1.1.1
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.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AmperApiClient.NET --version 1.1.1
#r "nuget: AmperApiClient.NET, 1.1.1"
#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.1

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

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.0" />
    </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 B2BWSBackend methods to send it
  • when creating B2BWSBackend pass B2BWSConfig 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. 
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.107 94 3/26/2024
1.1.106 82 3/26/2024
1.1.105 95 3/21/2024
1.1.104 86 3/14/2024
1.1.103 87 3/13/2024
1.1.102 92 2/28/2024
1.1.101 90 2/26/2024
1.1.100 80 2/22/2024
1.1.99 104 2/21/2024
1.1.98 102 2/15/2024
1.1.97 99 2/14/2024
1.1.96 87 2/14/2024
1.1.95 93 2/7/2024
1.1.94 101 1/19/2024
1.1.93 76 1/19/2024
1.1.88 116 1/2/2024
1.1.87 155 12/4/2023
1.1.86 94 12/4/2023
1.1.85 99 12/4/2023
1.1.84 115 11/15/2023
1.1.83 106 11/9/2023
1.1.82 116 11/4/2023
1.1.81 121 10/12/2023
1.1.80 123 10/9/2023
1.1.79 101 10/6/2023
1.1.78 94 10/5/2023
1.1.77 110 9/22/2023
1.1.76 122 9/20/2023
1.1.75 96 9/20/2023
1.1.74 104 9/20/2023
1.1.73 110 9/19/2023
1.1.72 112 9/18/2023
1.1.71 126 9/12/2023
1.1.70 111 9/12/2023
1.1.69 100 9/12/2023
1.1.68 124 9/11/2023
1.1.67 120 9/6/2023
1.1.66 93 9/6/2023
1.1.65 116 9/4/2023
1.1.64 123 8/29/2023
1.1.63 127 8/8/2023
1.1.62 106 8/8/2023
1.1.61 135 7/13/2023
1.1.60 141 7/6/2023
1.1.59 132 6/28/2023
1.1.58 137 6/28/2023
1.1.57 138 6/27/2023
1.1.56 139 6/27/2023
1.1.55 156 6/23/2023
1.1.54 126 6/23/2023
1.1.53 138 6/23/2023
1.1.52 144 6/23/2023
1.1.51 158 6/22/2023
1.1.50 158 6/6/2023
1.1.49 150 5/9/2023
1.1.48 138 5/8/2023
1.1.47 180 4/30/2023
1.1.46 201 3/28/2023
1.1.45 197 3/27/2023
1.1.44 198 3/22/2023
1.1.43 211 3/21/2023
1.1.42 253 2/14/2023
1.1.41 257 2/12/2023
1.1.40 254 2/12/2023
1.1.39 261 2/8/2023
1.1.38 248 2/8/2023
1.1.37 269 1/20/2023
1.1.36 289 1/11/2023
1.1.35 293 12/14/2022
1.1.34 287 12/13/2022
1.1.33 315 11/29/2022
1.1.32 335 11/29/2022
1.1.31 316 11/29/2022
1.1.30 311 11/29/2022
1.1.29 315 11/28/2022
1.1.28 357 11/1/2022
1.1.27 378 10/12/2022
1.1.26 407 9/9/2022
1.1.25 404 9/6/2022
1.1.24 410 9/1/2022
1.1.23 425 8/12/2022
1.1.22 418 8/12/2022
1.1.21 399 8/12/2022
1.1.20 386 8/12/2022
1.1.19 396 8/4/2022
1.1.18 412 6/30/2022
1.1.17 443 6/21/2022
1.1.16 426 6/15/2022
1.1.15 423 6/15/2022
1.1.14 442 5/25/2022
1.1.13 441 5/24/2022
1.1.12 438 5/22/2022
1.1.11 427 5/22/2022
1.1.10 458 4/30/2022
1.1.9 443 4/7/2022
1.1.8 432 4/4/2022
1.1.7 442 4/2/2022
1.1.6 435 4/2/2022
1.1.5 469 2/14/2022
1.1.4 439 2/14/2022
1.1.3 295 1/2/2022
1.1.2 301 1/2/2022
1.1.1 286 1/2/2022
1.1.0 309 12/19/2021
1.0.2 351 8/2/2021
1.0.1 410 2/24/2021