<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Отправка запроса и обработка ответа api (помощь)]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14549&amp;type=atom" />
	<updated>2019-02-04T00:55:26Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14549</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отправка запроса и обработка ответа api (помощь)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=131955#p131955" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>#SingleInstance, Force

Data = {&quot;user&quot; : xxx, &quot;key&quot; : &quot;xxx&quot;, &quot;method&quot; : &quot;balance&quot;}

WinHttp := ComObjCreate(&quot;WinHttp.WinHttpRequest.5.1&quot;)
WinHttp.Open(&quot;POST&quot;, &quot;https://vto.pe/api&quot;, false)
WinHttp.SetRequestHeader(&quot;Content-Type&quot;, &quot;application/json&quot;)
WinHttp.Send(Data)

MsgBox, % WinHttp.ResponseText</code></pre></div>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2019-02-04T00:55:26Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=131955#p131955</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Отправка запроса и обработка ответа api (помощь)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=131952#p131952" />
			<content type="html"><![CDATA[<p>Кто разбирается, помогите с api на примере этого сайта https://vto.pe/docs/api<br />например, показ баланс через gui или msgbox</p>]]></content>
			<author>
				<name><![CDATA[DAAETIS]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39928</uri>
			</author>
			<updated>2019-02-03T21:30:30Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=131952#p131952</id>
		</entry>
</feed>
