Closed jkehler closed 9 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?
@jkehler thanks for the report, this is now supported in version 0.4.1.
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?