Rob-- / bitskins

A wrapper for the Bitskins API in Node.js
11 stars 7 forks source link

API needs update #7

Open damianac opened 5 years ago

damianac commented 5 years ago

For example, buy_item route requires app_id parameter now and method for buying items is no longer functional until this gets added.

Demitor commented 5 years ago

The parameter app_id in buy_item is optional and will default to CS:GO (730) according to BitSkins API documentation https://bitskins.com/api#buy_item.

The library will send this parameter with every request and will default to CSGO (730) if you do not supply another app_id when initializing the API class.