pajaydev / ebay-node-api

eBay API Client for node
https://pajaydev.github.io/ebay-node-api
MIT License
132 stars 75 forks source link

Feature: multiple filter values #137

Closed EarthlingDavey closed 3 years ago

EarthlingDavey commented 3 years ago

Goal of the pull request:

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.