Skip to content

Conversation

@ilumos
Copy link
Contributor

@ilumos ilumos commented Jan 26, 2026

Valve have deprecated ISteamApps\GetAppList and it now returns a 404.

They have replaced it with [IStoreService/GetAppList](https://steamapi.xpaw.me/#IStoreService/GetAppList) which does not return all apps, but instead returns in chunks of upto 50,000 apps.

This pull request:

  • Switches over to this new interface
  • Adds the new query and response fields
  • Updates the Saloon test JSON

Please let me know if I need to make any further changes.

Copy link
Member

@Gummibeer Gummibeer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be a dream if you could make Saloon pagination work here.
https://docs.saloon.dev/installable-plugins/pagination
But optional.

@ilumos
Copy link
Contributor Author

ilumos commented Jan 30, 2026

Nice, I didn't know about that feature. I've implemented it. Let me know your feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants