WebApiToTypeScript icon indicating copy to clipboard operation
WebApiToTypeScript copied to clipboard

A tool for code generating TypeScript endpoints for your ASP.NET Web API controllers

Results 14 WebApiToTypeScript issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

dependencies

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...

dependencies

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.

enhancement

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...

enhancement

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...

enhancement

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...

enhancement
help wanted

Test application needs improvement to demonstrate all the features. Needs multiple angular directives and apps for starters.

help wanted

Investigate and implement a solution which uses multiple threads for interface scanning. Perhaps extend to other scans as well.

enhancement