-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: multiple filter values (#137)
* Don't encode filter= The query string for the buy api should not encode the = symbol. The `filter=` part of the query string has been removed outside of the `encodeURLQuery` function. * constructAdditionalParams function Allow for array of options for multiple filter values eBay reference: Filters with Multiple Values - https://developer.ebay.com/devzone/finding/Concepts/FindingAPIGuide.html#useitemfilters * fix conflict from unrelated merge conflict. * test constructAdditionalParams now includes test for array of values for multiple filter values. * Slightly improve readability of constructAdditionalParams Co-authored-by: daveybrown <[email protected]> Co-authored-by: Davey Brown <>
- Loading branch information
1 parent
c04df6d
commit cce21ff
Showing
2 changed files
with
31 additions
and
23 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