Skip to content

Commit c085f8c

Browse files
authored
Update README.md
1 parent 402c424 commit c085f8c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# SQL-APIConsumer
2-
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:
5+
6+
1. **APICaller_GET_Json (SqlString URL)**
7+
1. **APICaller_POST_Json(SqlString URL, SqlString JsonBody)**
8+
9+
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

Comments
 (0)