Created
July 22, 2014 20:31
-
-
Save dannko/d2c4da7d7e4c2bc52e34 to your computer and use it in GitHub Desktop.
POST-запрос в ZennoPoster через C#
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
string str = project.Variables["keyword"].Value; | |
var resultHttpPost = ZennoPoster.HttpPost("https://lc-api.sdl.com/translate", str, "application/json", "", "utf-8", ZennoLab.InterfacesLibrary.Enums.Http.ResponceType.HeaderAndBody, 30000, "", "", true, 5, new[] { "Authorization: LC apiKey=" }); | |
return resultHttpPost; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment