Answer the question
In order to leave comments, you need to log in
How to create a request for Web Api Key?
How to make it so that when you click on a button in the Love2d engine, an API KEY request is sent to the site, for example, you need to write such a link in Lua: https://market.csgo.com/api/v2/ping?key= [your_secret_key]
Answer the question
In order to leave comments, you need to log in
<form action="https://market.csgo.com/api/v2/ping" method="GET">
<input type="hidden" name="key" value="[your_secret_key]">
<button type="submit">Love2d</button>
</form>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question