Ian
02/10/2019, 4:05 PM"/mouse/{id}"
rather than "/mouse/:id"
, which seems a little more common?orangy
foo-{id}-bar
, it’s easier to separate name of path-param from the rest of the text. One more is that we planned to support typed params, like {id:Int}
or something, but didn’t really design and implement it (yet).Ian
02/10/2019, 5:54 PM