How can i connect to an API from Thinkwise? I build an CLR assembly in Visual Studio to send requests to an API.
In SQL Management Studio is it possible to create an stored procedure that's linked to an CLR assembly. Then is it possible to execute the assembly.
In Thinkwise I created a subroutine to add the CLR assembly. (This works fine). But how can I execute this CLR assembly by using functionality or subroutines?
Or is this not the way to send requests to an external API?