Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoSuter committed Nov 20, 2017
1 parent 8c268fb commit b5c52c6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Expand Up @@ -45,6 +45,14 @@ The project is developed and maintained by [Rico Suter](http://rsuter.com) and o

**Code Generators:**

- **CSharp Client**
- [SwaggerToCSharpClientGenerator](https://github.com/NSwag/NSwag/wiki/SwaggerToCSharpClientGenerator)
- Generates C# clients from a Swagger specification
- Generates POCOs or classes implementing [INotifyPropertyChanged](https://msdn.microsoft.com/en-us/library/system.componentmodel.inotifypropertychanged(v=vs.110).aspx) supporting DTOs
- The generated clients can be used with full .NET, .NET Core, Xamarin and .NET Standard 1.4 in general
- **CSharp Controllers** (contract first/schema first development)
- [SwaggerToCSharpControllerGenerator](https://github.com/NSwag/NSwag/wiki/SwaggerToCSharpControllerGenerator)
- Generates Web API Controllers based on a Swagger specification (ASP.NET Web API and ASP.NET Core)
- **TypeScript Client**
- [SwaggerToTypeScriptClientGenerator](https://github.com/NSwag/NSwag/wiki/SwaggerToTypeScriptClientGenerator)
- Generates TypeScript clients from a Swagger specification
Expand All @@ -55,14 +63,6 @@ The project is developed and maintained by [Rico Suter](http://rsuter.com) and o
- Angular (v2+) using the http service, `Angular`
- window.fetch API and ES6 promises, `Fetch` (use this template in your React/Redux app)
- Aurelia using the HttpClient from aurelia-fetch-client, `Aurelia` (based on the Fetch template)
- **CSharp Client**
- [SwaggerToCSharpClientGenerator](https://github.com/NSwag/NSwag/wiki/SwaggerToCSharpClientGenerator)
- Generates C# clients from a Swagger specification
- Generates POCOs or classes implementing [INotifyPropertyChanged](https://msdn.microsoft.com/en-us/library/system.componentmodel.inotifypropertychanged(v=vs.110).aspx) supporting DTOs
- The generated clients can be used with full .NET, .NET Core, Xamarin and .NET Standard 1.4 in general
- **CSharp WebAPI Controllers** (contract first/schema first development)
- [SwaggerToCSharpControllerGenerator](https://github.com/NSwag/NSwag/wiki/SwaggerToCSharpControllerGenerator)
- Generates Web API Controllers based on a Swagger specification
**Downloads**

Expand Down

0 comments on commit b5c52c6

Please sign in to comment.