Skip to content

Commit b44d57d

Browse files
authored
Update README.md
1 parent d4296a0 commit b44d57d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ This project has two main procedures defined below:
66
1. **APICaller_GET(SqlString URL)**
77
1. **APICaller_POST(SqlString URL, SqlString JsonBody)**
88

9+
THe same also support Authentications header like Token or JWT.
10+
11+
1. **APICaller_GETAuth(SqlString URL, SqlString Token)**
12+
1. **APICaller_POSTAuth(SqlString URL, SqlString JsonBody, SqlString Token)**
13+
(More info in the wiki)
14+
915
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).
1016

1117
PD:

0 commit comments

Comments
 (0)