sinclairnick / webroute

🕸️ Web APIs, from the route up
https://webroute.vercel.app/docs
MIT License
55 stars 2 forks source link

Client: Expose a `replacePathParams` helper #16

Closed sinclairnick closed 7 months ago

sinclairnick commented 7 months ago

Replacing the /:someParam with the object is slightly error-prone and cumbersome, might as well expose a helper to do it

sinclairnick commented 7 months ago

Update: Instead make it config -> URL

sinclairnick commented 7 months ago

Fixed in v0.12.0