smilecdr / FHIR.ts

TypeScript/JavaScript FHIR Library
https://www.npmjs.com/package/@smile-cdr/fhirts
Apache License 2.0
37 stars 10 forks source link

72 add query helper utilities #73

Closed AD1306 closed 1 month ago

AD1306 commented 1 month ago
changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: 3c95b54d9007d25794ab734cc4e87022fc81aaee

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

tanandre commented 1 month ago

You are not encoding the URL parameters? I'm missing use of encodeURIComponent or even better use URLSearchParams: https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams

tanandre commented 1 month ago

looks good