Athanasios Voivodas
Results
1
issues of
Athanasios Voivodas
Hello, i have the following api. ``` import 'package:rpc/rpc.dart'; @ApiClass(name: "test", version: "v1") class TestApi { @ApiMethod(path: 'fail/post', method: 'POST') TestResponse testPost(TestRequest request) { return new TestResponse()..message = "all ok";...