File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -176,6 +176,13 @@ class Commands implements CommandInterface
176
176
'1 ' => ['bool ' ], //onlyVirtual
177
177
]
178
178
],
179
+ 'get_trending_categories ' => [
180
+ 'apiName ' => 'database_api ' ,
181
+ 'fields ' => [
182
+ '0 ' => ['nullOrString ' ], //after
183
+ '1 ' => ['integer ' ], //permlink
184
+ ]
185
+ ],
179
186
'get_trending_tags ' => [
180
187
'apiName ' => 'database_api ' ,
181
188
'fields ' => [
@@ -388,6 +395,13 @@ class Commands implements CommandInterface
388
395
'1 ' => ['bool ' ], //onlyVirtual
389
396
]
390
397
],
398
+ 'get_trending_categories ' => [
399
+ 'apiName ' => 'social_network ' ,
400
+ 'fields ' => [
401
+ '0 ' => ['nullOrString ' ], //after
402
+ '1 ' => ['integer ' ], //permlink
403
+ ]
404
+ ],
391
405
'get_trending_tags ' => [
392
406
'apiName ' => 'tags ' ,
393
407
'fields ' => [
You can’t perform that action at this time.
0 commit comments