| pageSize = 40, | pageSize = 40, | ||||
| } = pluginsSearchParams | } = pluginsSearchParams | ||||
| const pluginOrBundle = type === 'bundle' ? 'bundles' : 'plugins' | const pluginOrBundle = type === 'bundle' ? 'bundles' : 'plugins' | ||||
| return postMarketplace<{ data: PluginsFromMarketplaceResponse }>(`/${pluginOrBundle}/search/advanced`, { | |||||
| return postMarketplace<{ data: PluginsFromMarketplaceResponse }>(`/${pluginOrBundle}/search/basic`, { | |||||
| body: { | body: { | ||||
| page, | page, | ||||
| page_size: pageSize, | page_size: pageSize, |