Skip to content

Commit 769be3d

Browse files
committed
Updated readme
1 parent 94a23a5 commit 769be3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ A tool for code generating TypeScript endpoints for your ASP.NET Web API control
66
* Generates typed endpoints with required and optional parameters for GET, PUT, POST and DELETE verbs
77
* Generates enumerations and interfaces for DTOs used in all controller actions
88
* 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
1011

1112
## Examples
1213
Take a look at the generated files and sample test files [here](https://github.com/greymind/WebApiToTypeScript/tree/master/src/WebApiTestApplication/Scripts)
@@ -60,6 +61,7 @@ angular.module('framework').service('AngularEndpointsService', Framework.Endpoin
6061
{
6162
"WebApiModuleFileName": "string",
6263
64+
"GenerateEndpoints": "boolean",
6365
"EndpointsOutputDirectory": "string",
6466
"EndpointsFileName": "string",
6567
"EndpointsNamespace": "string",

0 commit comments

Comments
 (0)