2017-02-16 15 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

 Смежные вопросы

  • Нет связанных вопросов^_^