mdm-skins / steam-user-inventory

Get the items from user steam profile inventory
MIT License
7 stars 4 forks source link

How check is status to many requests? #3

Closed slowas closed 7 years ago

slowas commented 7 years ago

Hello, How check is request status is Too many requests? Becouse I'am don't see status or somenthing else.. Thx for answer

danielhusar commented 7 years ago

Hey, this is using private steam apis so I don't really know if you can do that.

Zendrex commented 7 years ago

I'm not sure what "private" api you are using here. https://github.com/mdm-skins/steam-user-inventory/blob/bfb9ddf04fcbf643cce4a88edf4b8900e3043ad6/index.js#L14 https://github.com/mdm-skins/steam-user-inventory/blob/bfb9ddf04fcbf643cce4a88edf4b8900e3043ad6/index.js#L16

danielhusar commented 7 years ago

Private apis refer to not be used by third party apps. Steam doesn’t document those anywhere so they are private.

Zendrex commented 7 years ago

Steam gives information on request limits here: http://steamcommunity.com/dev/apiterms

danielhusar commented 7 years ago

Yes, but those market endpoints are not part of their official api.