You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ A tool for code generating TypeScript endpoints for your ASP.NET Web API control
6
6
* Generates typed endpoints with required and optional parameters for GET, PUT, POST and DELETE verbs
7
7
* Generates enumerations and interfaces for DTOs used in all controller actions
8
8
* Generates Angular service to expose typed `call()` function to fetch response from server
9
-
* Generates typed views to use on front-end
9
+
* Generates typed views to use on front-end
10
+
* Generates resources files based on .resx files
10
11
11
12
## Examples
12
13
Take a look at the generated files and sample test files [here](https://github.com/greymind/WebApiToTypeScript/tree/master/src/WebApiTestApplication/Scripts)
0 commit comments