2017-02-16 85 views
-1
Much like Steam's WebAPI, requests to our API use the format https://api.opskins.com/IInterfaceName/MethodName/v1/. Most requests should   гse the GET method, but some (specially marked) methods require POSTs. 

Most requests require authentication. Those that don't are marked. To authenticate, you'll need your API key from your account page. We prefer that you send your key as your username in HTTP Basic authorization, but you can also supply it as a key GET or POST parameter (depending on the request method). 

顯示如何通過一個API密鑰的所有相同的例子。 我不明白Api HTTP OPSKINS.COM,發送參數

回答

1

該API密鑰參數被稱爲key

例如:https://api.opskins.com/IInventory/GetInventory/v1/?key=YOUR_KEY_HERE