lincolnloop / amygdala

RESTful HTTP client for JavaScript powered web applications
BSD 3-Clause "New" or "Revised" License
393 stars 22 forks source link

Unable to build GET /api/users/(id) type urls? #10

Closed jkehler closed 9 years ago

jkehler commented 10 years ago

I can't seem to figure out how to build urls that follow the /api/endpoint/(id) pattern. It seems this library does it by doing /api/endpoint?id=1 instead. Does this library not support the former pattern?

mlouro commented 9 years ago

@jkehler thanks for the report, this is now supported in version 0.4.1.