SQL-APIConsumer
SQL-APIConsumer copied to clipboard
Database Project with generic procedures to consume API through GET/POST methods.
Could you please add a handler to apply the Accept values to the HttpWebRequest.Accept property? Thank you Greg
As Salomon Rutzky explains in numerous posts on stack exchange and elsewhere (for example https://dba.stackexchange.com/questions/223976/assembly-deployment-with-permission-unsafe-or-external-access-using-asymmetric-k), there is a method to create assemblies without setting trustworthy = ON. This involves creating...
I am wondering if it isn't possible to run de API_Consumer assembly in 'EXTERNAL_ACCESS' instead of UNSAFE?
Hi Geral, I am trying to upgrade the API Consumer in our server so I can use the new web extended methods. I deleted all the stored procedures/functions/assemblies and am...
I have followed the steps and create all assemblies. As soon as I get to the point on creating the first sp "API.Caller_WebMethod" I hit this error "Could not find...
Hi There, I'm trying to create an assembly from the API_Consumer.dll but not matter what I do I'm just getting the error mentioned above. I've also tried to create an...
I have an API that I call that accepts parameters for a username e.g. DOMAIN\User.Name. When building the URL which contains the parameter, e.g. https://localhost:8083/api/v2/PatientId/DOMAIN\User.Name, I think the backslash gets...
Hello Geral2, I would like to ask you if it is possible to consume a graphql endpoint, I am testing with APICaller_Web_Extended but I get InternalServerError 500
Hello, For some reason I can't get the JSON values to post to a basic Net Core API. I've tried the different methods APICaller_Web_Extended, APICaller_POST_Extended, etc., but still can't get...