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

Adding ability to use nest objects in the URL #87

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ctrevorrow
Copy link

Adding the ability for Shopify API proxy to work with URLs containing nested objects, such as requests for a single asset file from a store. Currently, the API proxy simply drops the nested object.
This is a crazy simple change but will save many a lot of frustration. This changes the package used for stringifying the URL query parameters from the package "querystring" to "qs". The constant which is used for referencing this package retains its name of "querystring"—despite the package changing— for purposes of clarity and code readability.

Adding the ability for Shopify API Proxy to work with URLs with nested objects, such as requests for a single asset file from a store.
@inomn
Copy link

inomn commented Jun 20, 2018

Hey! Here is third PR about QS #90
Your PR has an issue: no package.json and yarn.lock changes

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

Successfully merging this pull request may close these issues.

2 participants