Richard Yi

Results 2 issues of Richard Yi

urls of products respect the handles, so i guess it would be better to follow that for collections

``` type ( Part { Content string `path:"content"` } Combined { Part Other string `json:"other"` } Response { Msg string `json:"msg"` } ) service api { @handler GetInfo post /api/:content(Combined)...

NeedsFix