fermyon / spin-js-sdk

https://developer.fermyon.com/spin/javascript-components
Apache License 2.0
52 stars 18 forks source link

Request URI should be a JavaScript `URL` object as opposed to a string #84

Closed radu-matei closed 1 month ago

radu-matei commented 1 year ago

Having the request URI already parsed using the URL object would make parsing query parameters and other usual operations easier.

karthik2804 commented 1 month ago

We now have a new v2 SDK that implements this.