Skip to content

Commit 67f006b

Browse files
author
gdiaz
committed
Rename Auth Method since CLRSQL doesn't support override.
1 parent 08a64e2 commit 67f006b

File tree

13 files changed

+235
-10
lines changed

13 files changed

+235
-10
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@
55
/.vs/SQL-APIConsumer/v15/Server/sqlite3/db.lock
66
/API_Consumer/SQL-APIConsumer.dbmdl
77
/API_Consumer/SQL-APIConsumer.jfm
8+
/API_Consumer/bin/Debug/SQL-APIConsumer_1.publish.sql
9+
/API_Consumer/bin/Debug/SQL-APIConsumer_2.publish.sql
10+
/API_Consumer/bin/Debug/SQL-APIConsumer.publish.sql
11+
/API_Consumer/bin/Debug/DeploymentReport_6.txt
12+
/API_Consumer/bin/Debug/DeploymentReport_4.txt
13+
/API_Consumer/bin/Debug/DeploymentReport_5.txt

.vs/SQL-APIConsumer/v15/.suo

6.5 KB
Binary file not shown.

API_Consumer/Procedures/APICaller_GET.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public static void APICaller_GET (SqlString URL)
3535
/// <param name="URL">Api GET Method</param>
3636
/// <param name="Token">Authorization Token</param>
3737
[Microsoft.SqlServer.Server.SqlProcedure]
38-
public static void APICaller_GET(SqlString URL, SqlString Token)
38+
public static void APICaller_GET_Auth(SqlString URL, SqlString Token)
3939
{
4040
try
4141
{

API_Consumer/Procedures/APICaller_POST.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static void APICaller_POST(SqlString URL, SqlString JsonBody)
3737
/// <param name="Token">Authorization Token</param>
3838
/// <param name="JsonBody">Json to be sent as body</param>
3939
[Microsoft.SqlServer.Server.SqlProcedure]
40-
public static void APICaller_POST(SqlString URL, SqlString Token, SqlString JsonBody)
40+
public static void APICaller_POST_Auth(SqlString URL, SqlString Token, SqlString JsonBody)
4141
{
4242
try
4343
{
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
206 Bytes
Binary file not shown.

API_Consumer/obj/Debug/API_CONSUMER.generated.sql

Lines changed: 22 additions & 2 deletions
Large diffs are not rendered by default.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)