Skip to content

Commit e1227aa

Browse files
author
Ernest E
committed
docs: add packageDetails example
1 parent 907d68a commit e1227aa

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

examples/package/packageDetails.txt

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
Array
2+
(
3+
[0] => stdClass Object
4+
(
5+
[id] => 76710
6+
[name] => Just Cause 3 XL
7+
[page_image] => https: //steamcdn-a.akamaihd.net/steam/subs/76710/header.jpg?t=1449600260
8+
[header] => https: //steamcdn-a.akamaihd.net/steam/subs/76710/header_ratio.jpg?t=1449600260
9+
[small_logo] => https: //steamcdn-a.akamaihd.net/steam/subs/76710/capsule_231x87.jpg?t=1449600260
10+
[apps] => Array(
11+
[0] => stdClass Object(
12+
[id] => 225540
13+
[name] => Just Cause™ 3
14+
)
15+
16+
[1] => stdClass Object(
17+
[id] => 401850
18+
[name] => Just Cause™ 3 DLC: Air, Land & Sea Expansion Pass
19+
)
20+
21+
)
22+
23+
[page_content] => none[price] => stdClass Object(
24+
[currency] => USD
25+
[initial] => 4499
26+
[final] => 4499
27+
[discount_percent] => 0
28+
[individual] => 4498
29+
)
30+
31+
[platforms] => stdClass Object(
32+
[windows] => 1
33+
[mac] =>
34+
[linux] =>
35+
)
36+
37+
[release] => stdClass Object(
38+
[coming_soon] =>
39+
[date] =>
40+
)
41+
42+
[controller] => stdClass Object(
43+
[full_gamepad] => 1
44+
)
45+
46+
)
47+
)

0 commit comments

Comments
 (0)