Marcel Bricman

Results 3 issues of Marcel Bricman

The examples contained with pogo are very basic. - [ ] working with request objects should be demonstrated - [ ] working with path parameters should be demonstrated ``` import...

help wanted
good first issue
housekeeping

the params of the custom sort function are only a and b, each containing the whole row object. so no sort implementation is possible, because the right name is not...

i am trying to define a controller in its own file with a body param like this: import { http, HttpBody, JSONResponse } from "@deepkit/http" export class TestAPI2 { @http.PUT('/testParams')...