-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
return all wares for the given marketplace
the default api setting is to return 25 wares per page. so, we were only returning 25 wares total on the browse page. we now are returning "all" wares by choosing to get 2000 wares per page in the api request. I didn't see a way to set `page: "all"` or `per_page: "all"`. if a marketplace has more than 2000 wares, we will need to increase the number.
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters