-
It showing me API error for it . |
Beta Was this translation helpful? Give feedback.
Answered by
EchoSingh
Jan 19, 2025
Replies: 1 comment
-
You’re correct that the current Steam plugin does not yet support free games. The primary reason is that the Steam API, by default, doesn’t include free games in its response. This is likely because of the way their API endpoints are designed to prioritize paid or licensed games. However, there’s good news! PR #1634 introduces changes to address this limitation by modifying the API call to fetch free games explicitly. Once this PR is reviewed and merged, support for free games should be added to the plugin. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You’re correct that the current Steam plugin does not yet support free games. The primary reason is that the Steam API, by default, doesn’t include free games in its response. This is likely because of the way their API endpoints are designed to prioritize paid or licensed games.
However, there’s good news! PR #1634 introduces changes to address this limitation by modifying the API call to fetch free games explicitly. Once this PR is reviewed and merged, support for free games should be added to the plugin.