WebApiToTypeScript
WebApiToTypeScript copied to clipboard
A tool for code generating TypeScript endpoints for your ASP.NET Web API controllers
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.4 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Watts.exe fails when a base type is a generic one. We have multiple base types with single generic argument and watts is working fine, however it fails with a generic...
Generate endpoints service using angular 4 techniques and methods.
Output of the typescript generator is not completely deterministic. It appears that, on different machines, it sometimes generates definitions in different order. This causes spurious file modifications and merge conflicts...
Currently, two enums with same name, but under different namespaces collide and we generate a warning. Instead, we can "grow" the name by prefixing the minimum namespace parts required to...
Project has a few features that do not really fit into the backend-to-frontend WebApi to TypeScript pipeline. Such as views and resource file generation. Discuss and if deemed right, move...
Test application needs improvement to demonstrate all the features. Needs multiple angular directives and apps for starters.
Investigate and implement a solution which uses multiple threads for interface scanning. Perhaps extend to other scans as well.