chianquan

Results 4 comments of chianquan

The same problem for me. So far I only have a ugly way. ``` export function ParamsWithOpenAPI() { return (object: object, methodName: string, index: number) => { Params()(object, methodName, index);...

which ui for openapi you use ? I use the swagger-ui-dist.It didn't show the QueryParams's description,only an black rectangle and show the demo query using json format.

Does the mock function support tokio multi-thread async function?I doubt it not.