SQL-APIConsumer icon indicating copy to clipboard operation
SQL-APIConsumer copied to clipboard

Database Project with generic procedures to consume API through GET/POST methods.

Results 17 SQL-APIConsumer issues
Sort by recently updated
recently updated
newest added

Hello, thank you so much for the project. I had wanted to use the project to create a proc that could retrieve the token. However, I am getting nothing back...

I would like to sign an API request in TSQL. The signature should be encrypted with HMAC-sha256 and be encoded by base64. The end result should be the signature stored...

Hello, I'm trying to implement the TinyPNG API, to compress images: https://tinypng.com/developers/reference I haves images in my system which I'd like to be compressed, and I should work directly with...

Hello, Whenever I try to call an API through [APICaller_Web_Extended] usin the SQL console manager I get a timeout at 100 seconds of execution. I can't find any timeout to...

this pr also can close #65 and close #64 + close #61 by db9279bb4974a84f87e454e666bc5b3166e60831 ---- ## Overview This PR implements critical security fixes and code improvements to enhance both security...

This PR created to Close #64 --- ## Summary This PR addresses a high-severity security vulnerability (CVE-2024-21907/GHSA-5crp-9r3c-p9vr) in Newtonsoft.Json that could lead to Denial of Service attacks through excessively nested...

https://github.com/advisories/GHSA-5crp-9r3c-p9vr Request Bump Newtonsoft.Json from 11 to 13.0.1+ or use this for global configuration for Newtonsoft.Json ```csharp JsonConvert.DefaultSettings = () => new JsonSerializerSettings { MaxDepth = 128 }; ``` Then...