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
Database Project with generic procedures that intent to consume API through GET/POST methods.
2
+
Welcome to SQL-APIConsumer project!. It's Database Project built in C# whose main purpouse it's allow consuming API GET/POST methods on SQL Server through CLR generics stored procedures.
3
+
4
+
This project has two main procedures defined below:
It include 3rd one, that is basically an example of how to implement a customized method that return a result set based in a Data transfer object (DTO).
10
+
11
+
PD:
12
+
It uses HttpWebRequest instead of HttpClient in order to avoid having to use unsupported assemblies by SQL Server.
0 commit comments