xss.ApiNexio 1.0.2

Api that returns an access token to be able to use the iframes of the Nexio api

There is a newer version of this package available.
See the version list below for details.
Install-Package xss.ApiNexio -Version 1.0.2
dotnet add package xss.ApiNexio --version 1.0.2
<PackageReference Include="xss.ApiNexio" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add xss.ApiNexio --version 1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: xss.ApiNexio, 1.0.2"
For F# scripts that support #r syntax, copy this into the source code to reference the package.

Release Notes

using neccesary:
using xss.Connectivity;
using xss.Enumeration;
using xss.Logger;


Example used:

Method used (controller) - Type : Post

ApiNexio_GetToken(MerchantRequest objMerchantRequest)

Object sent:

{
 "data": {},
 "merchantProcessorId": 6
}

Object Return:

"logMerchant": {
   "_Url": null,
   "url": "",
   "method": "GetToken",
   "request": "{\"token\":\"44fd2aad-5748-422b-b52e-9635b7d7ccf3\",\"tokenExpiration\":\"2019-02-13T18:35:03.470Z\"}",
   "response": null,
   "resultCode": 1
 },

NuGet packages

This package is not used by any NuGet packages.

Version History

Version Downloads Last updated
1.0.8 4 5/9/2019
1.0.7 0 5/9/2019
1.0.6 0 2/28/2019
1.0.5 0 2/28/2019
1.0.4 0 2/26/2019
1.0.3 0 2/22/2019
1.0.2 0 2/13/2019
Show less