XendBridge .NET SDK
Last updated
Was this helpful?
Last updated
Was this helpful?
Xendbridge provides a .NET SDK which can be integrated by downloading from the Nugget Package Manager on or from the .
The .NET SDK can be integrated by downloading from the Nugget Package Manager on or from the .
Firstly, in your appsettings.json file, you'd need to add the following JSON object and properties and populate them with the necessary values considering the environments of your choice. See and to get your keys and urls.
Secondly, add or bind the config settings to your project by injecting it into your services using the following code snippet;
Lastly, you'd need to register the SDK as a service in the services using the code snippet below;
After adding the above, the following functions, objects, and params are provided for the following method calls below.