Centeva / TypeScripter

A tool to generate Typescript classes from c# models.
MIT License
4 stars 5 forks source link

Typescripter does not handle multi-param [fromUri] posts. #39

Open Devcon4 opened 5 years ago

Devcon4 commented 5 years ago

If you make a HttpPost with multiple [fromUri] paramaters typescripter will not generate the correct endpoint in the DataService.ts. It is kinda weird to want multi param posts but it at least should be documented that we don't support it.