You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to subscribe to new published announcements for every Steam games, but in the manner of SteamApps.PICSChangesCallback (i.e. having Steam Network push them to me instead of pulling the data).
Currently I only found 2 ways:
Call SteamAPI or RSS endpoint every now and then: This works, but it doesn't scale well for the entirety of Steam games (several tens of thousands endpoints to call frequently)
Wait for SteamApps.PICSChangesCallback, get the appid and call one of the above endpoint to check if there is a news: Scales a lot better, but I could easily miss some updates (updates posted after the package is published to Steam for instance)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to subscribe to new published announcements for every Steam games, but in the manner of
SteamApps.PICSChangesCallback
(i.e. having Steam Network push them to me instead of pulling the data).Currently I only found 2 ways:
SteamApps.PICSChangesCallback
, get theappid
and call one of the above endpoint to check if there is a news: Scales a lot better, but I could easily miss some updates (updates posted after the package is published to Steam for instance)Beta Was this translation helpful? Give feedback.
All reactions