Iterable / iterable-web-sdk

Iterable SDK for interacting with the Iterable API to implement inside JavaScript and Node projects
https://iterable.com
MIT License
9 stars 9 forks source link

[MOB-9087] Properly format query params for GET requests #418

Closed mprew97 closed 1 month ago

mprew97 commented 1 month ago

JIRA Ticket(s) if any

Description

Test Steps

  1. In the EmbeddedMsgs view in the sample app, pass in additional params to syncMessages for the placementIds arg.
  2. When getMessages is called, make sure the params passed in are properly serialized for a URL.
  3. Test this for api-inapp as well.
Screenshot 2024-07-11 at 11 28 53 AM Screenshot 2024-07-11 at 11 27 56 AM