Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Added pagination for GetProductsInCatalogRelease() #754

Merged
merged 1 commit into from
Dec 2, 2022

Conversation

dr-ep
Copy link
Contributor

@dr-ep dr-ep commented Nov 29, 2022

Type

  • Feature

    Implements a new feature

Description

Added pagination for GetProductsInCatalogRelease() method. This allows users to chain it like:

  const products = await gateway.Catalogs.Products
    .Offset(x)
    .Limit(y)
    .GetProductsInCatalogRelease({});

@dr-ep dr-ep requested a review from mwan-ep November 29, 2022 17:52
mwan-ep
mwan-ep previously approved these changes Nov 29, 2022
@github-actions
Copy link

Unit Test Results

    1 files  ±0    51 suites  ±0   1s ⏱️ ±0s
335 tests ±0  335 ✔️ ±0  0 💤 ±0  0 ±0 
340 runs  ±0  340 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit a012792. ± Comparison against base commit 0104381.

@dr-ep dr-ep merged commit 4e33545 into main Dec 2, 2022
@dr-ep dr-ep deleted the products-on-release-pagination branch December 2, 2022 08:35
@github-actions
Copy link

github-actions bot commented Dec 2, 2022

🎉 This PR is included in version 19.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

2 participants