XendBridge .NET SDK
Last updated
Last updated
Xendbridge provides a .NET SDK which can be integrated by downloading from the Nugget Package Manager on Visual Studio or from the website.
The .NET SDK can be integrated by downloading from the Nugget Package Manager on Visual Studio or from the website.
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 setup above, the following functions, objects, and params are provided for the following method calls below.