Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: multiple filter values #137

Merged
merged 6 commits into from
Mar 12, 2021
Merged

Feature: multiple filter values #137

merged 6 commits into from
Mar 12, 2021

Conversation

EarthlingDavey
Copy link
Contributor

@EarthlingDavey EarthlingDavey commented Mar 11, 2021

Goal of the pull request:

  • Documentation
  • Bugfix
  • Feature (New!)
  • Enhancement

Description

Updated constructAdditionalParams function to allow for array of options for multiple filter values.

According to eBay Finding API Guide under the Filters with Multiple Values section.

Includes a modification to the constructAdditionalParams test to cover the change.

And some slight readability iprovement to the constructAdditionalParams function.

DaveyBrown and others added 6 commits August 23, 2019 15:26
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.
  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
  now includes test for array of values for multiple filter values.
@pajaydev pajaydev self-requested a review March 12, 2021 03:59
@pajaydev pajaydev merged commit cce21ff into pajaydev:master Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants