Reputation: 378
I'm attempting to output a list of addons from a steam workshop collection. Every time I do so, it does not work. Here is the api link I am using.
Keep in mind, I'm using this application on the google chrome store called "Postman" to post the api, but always resulting in this error message.
Bad Request
Upvotes: 1
Views: 2109
Reputation: 811
You are missing collectioncount
POST parameter.
Refer to this site to test your API requests to Steam, helps a lot. https://lab.xpaw.me/steam_api_documentation.html
Upvotes: 1