SteamEx v0.2.0-alpha SteamEx.ISteamNews View Source

Provides access to the Steam News functionality.

For more info on how to use the Steamworks Web API please see the Web API Overview.

Link to this section Summary

Link to this section Functions

Link to this function get_news_for_app(access_key, params \\ %{}, headers \\ %{}) View Source

Get the news for the specified app.

This method has previous versions which are no longer officially supported. They will continue to be usable but it’s highly recommended that you use the latest version. Change history:

  • Version 2 - Removes element names from arrays
NameTypeRequiredDescription
appiduint32AppID to retrieve news for
maxlengthuint32Maximum length for the content to return, if this is 0 the full content is returned, if it’s less then a blurb is generated to fit.
enddateuint32Retrieve posts earlier than this date (unix epoch timestamp)
countuint32# of posts to retrieve (default 20)
feedsstringComma-seperated list of feed names to return news for

See other: https://partner.steamgames.com/doc/webapi/ISteamNews#GetNewsForApp