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 say that this is out of scope for steam-user since it involves fetching data from the store site, but the client does have a message it sends to the CM to retrieve news listings (and other user news like friends' achievements).
I don't have time right now to work on the code for this, but here's what I've found in the client's traffic:
And the corresponding entry in achievement_display_data:
{
"name": "Wait_one_more_thing",
"display_name": "Wait, one more thing!",
"display_description": "Trigger three or more end of round powers in one round.",
"icon": "3b997d22645203a3adbb7f595aea06af99efa5f5.jpg",
"unlocked_pct": 2.9000000953674316
}
Is your feature request related to a problem? Please describe.
I would like to be able to retrieve the news of an app, like we have on this page for instance.
Describe the solution you'd like
A request that allows me to get X news items for a specified appid. Also receiving an event when a new news is available would be really helpful.
Describe alternatives you've considered
RSS feed is cool, be it misses some metadata that I miss, like the type of the news (patch note, news, regular update)
The text was updated successfully, but these errors were encountered: