You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Work in progress - var block = new StringBuilder($"");
if (ai.HasParams)
foreach (var param in ai.Params)
{
if (!rv.ContainsKey(param.Key))
continue;
//make the same for other blocks - this works with Get from example 7
block.Append($"" );
block.Append("");
block.Append($"{rv[param.Key]}");
block.Append("");
block.Append($"");
}
block.Append("");
Console.WriteLine(block);
Add C# middleware to intercept call
Register webapi calls and generate blocks
The text was updated successfully, but these errors were encountered: