Hopefully this isn't something I overlooked, but I didn't see it in the documentation. Currently I'm pulling all my games and I get an object for each one with a lot of properties which is great, but the only description of the game I am getting back is on a property called short_text. Is there any way to get the full description for the game??
Current game object I am receiving back per game has these properties (edited to remove personal info):
- false
- classification:"game"
- cover_url:"<img url>"
- created_at:"2017-02-03 17:06:46"
- downloads_count:0
- embed:{fullscreen: false, height: 120, width: 640}
- has_demo:false
- id:9999999
- in_press_system:false
- min_price:0
- p_android:false
- p_linux:false
- p_osx:false
- p_windows:false
- published:true
- published_at:"2017-02-03 17:29:22"
- purchases_count:0
- short_text:"Short description of the game"
- title:"My Game Title"
- type:"html"
- url:"<game url>"
- user:{ <bunch of user info> }
- views_count:140
Would love to be able to get the full "Description" or "Details" for each game.