contentstack / contentstack-typescript

Typescript Content Delivery SDK for Contentstack
MIT License
3 stars 1 forks source link

fix: added support for arrays in only and except #68

Open vkalta opened 2 weeks ago

nadeem-cs commented 1 week ago

That's one way to add the params, however, can you try adding array for the same key or using URLSearchParams? Here's a stackoverflow reference - https://stackoverflow.com/a/43208627

vikramkalta commented 1 week ago

That's one way to add the params, however, can you try adding array for the same key or using URLSearchParams? Here's a stackoverflow reference - https://stackoverflow.com/a/43208627

Hi @nadeem-cs , I could have done that but the API calls are handled by contentstack/core library.