XendBridge .NET SDK
Installation
Setup
"XendBridgeSDKConfig": {
"BaseUrl": "https://canary.xendbridge.com",
"PublicKey": "XXXXXXXXXXXXXXXXXXXXXXXXXXX",
"SecretKey": "XXXXXXXXXXXXXXXXXXXXXXXXXXX"
}public static IServiceCollection ConfigureAppSettingsBinding(this IServiceCollection services, IConfiguration Configuration)
{
//Your other registered services can be here
services.RegisterXendBridgeSDKConfig(Configuration);
return services;
}Method Calls
Last updated