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
|**categoryId**|**string**| Play category id, e.g. 'GAME_PUZZLE' or 'SOCIAL'||
98
99
|**country**|**string**| Play storefront country (gl), ISO 3166-1 alpha-2, e.g. 'US'|[optional][default to "US"]|
99
100
|**lang**|**string**| Play content language (hl), e.g. 'en' or 'pt-BR'|[optional][default to "en"]|
101
+
|**num**|**int?**| Max apps; follows each rail's 'see more' continuation above the ~40-120 the page renders directly |[optional][default to 100]|
100
102
101
103
### Return type
102
104
@@ -441,7 +443,7 @@ catch (ApiException e)
441
443
442
444
<aid="googleplaygetdeveloperapps"></a>
443
445
# **GooglePlayGetDeveloperApps**
444
-
> Object GooglePlayGetDeveloperApps (string developer, string country = null, string lang = null)
446
+
> Object GooglePlayGetDeveloperApps (string developer, string country = null, string lang = null, int? num = null)
445
447
446
448
Get developer apps
447
449
@@ -476,11 +478,12 @@ namespace Example
476
478
vardeveloper="developer_example"; // string | Developer name or numeric id
477
479
varcountry="\"US\""; // string | Play storefront country (gl), ISO 3166-1 alpha-2, e.g. 'US' (optional) (default to "US")
478
480
varlang="\"en\""; // string | Play content language (hl), e.g. 'en' or 'pt-BR' (optional) (default to "en")
481
+
varnum=100; // int? | Max apps; follows rail continuations above the page's directly-rendered slice (optional) (default to 100)
0 commit comments