Skip to content

Commit

Permalink
Update RestAPI.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoFaye committed Apr 10, 2016
1 parent 67f457e commit cddbc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RestAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public RestAPI(string url, string key, string secret)//, bool useProxy = false)
/// <typeparam name="T"></typeparam>
/// <param name="endpoint"></param>
/// <param name="method">HEAD, GET, POST, PUT, PATCH, DELETE</param>
/// <param name="requestBody"></param>
/// <param name="requestBody">If your call doesn't have a body, please pass string.Empty, not null.</param>
/// <param name="parms"></param>
/// <returns>json string</returns>
public async Task<string> SendHttpClientRequest<T>(string endpoint, RequestMethod method, T requestBody, Dictionary<string, string> parms = null)
Expand Down

0 comments on commit cddbc89

Please sign in to comment.