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
Pull request #1: Support Application JSON content for POST API
Merge in SDK/csharp_telesign from feature/PD-91980 to master
* commit '60ebd8519b6bbe214b7a1ba6d64ac74a56b3dab9':
Fix Version SDK
Support Application JSON content for POST API
Copy file name to clipboardExpand all lines: Telesign/PhoneIdClient.cs
-71Lines changed: 0 additions & 71 deletions
Original file line number
Diff line number
Diff line change
@@ -45,77 +45,6 @@ public PhoneIdClient(string customerId,
45
45
proxyPassword)
46
46
{}
47
47
48
-
/// <summary>
49
-
/// Generic TeleSign REST API request handler.
50
-
/// </summary>
51
-
/// <param name="resource">The partial resource URI to perform the request against.</param>
52
-
/// <param name="method">The HTTP method name, as an upper case string.</param>
53
-
/// <param name="parameters">Params to perform the request with. With application/json content type, Dictionary with string keys and object values should be used, otherwise string keys and string values</param>
/*Overriding Method only work for Json Content type*/
386
+
387
+
/// <summary>
388
+
/// Generic TeleSign REST API request handler.
389
+
/// </summary>
390
+
/// <param name="resource">The partial resource URI to perform the request against.</param>
391
+
/// <param name="method">The HTTP method name, as an upper case string.</param>
392
+
/// <param name="parameters">Params to perform the request with. With application/json content type, Dictionary with string keys and object values should be used, otherwise string keys and string values</param>
0 commit comments