Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can get the latest WPF & console client downloads (& all historic on
nSwagger is a set of tools for developers who use Microsoft languages (C# & TypeScript) which aim to ease the experience with REST APIs documented using [Swagger 2.0](http://swagger.io).

For **C#**, nSwagger offers a codegen tool built using the [Roslyn](https://github.com/dotnet/roslyn) compiler and aims to produce a full client library for as the output.
For **TypeScript** as there is already a [great JS codegen](https://github.com/wcandillon/swagger-js-codegen), we are focused on generating definations to make it easier to work with the JS from the codegen while working inside of TypeScript.
For **TypeScript** as there is already a [great JS codegen](https://github.com/wcandillon/swagger-js-codegen), we are focused on generating definitions to make it easier to work with the JS from the codegen while working inside of TypeScript.

![Example Image](https://raw.githubusercontent.com/rmaclean/nSwagger/master/Assets/example.jpg)

Expand Down Expand Up @@ -62,4 +62,4 @@ For C#, The only authentication currently supported is OAuth2.

# Want to help?
We would love you help with this project! So please feel free to fork the code and do a pull request!
Important to note is our [Code License (MIT)](LICENSE.md) and our [Contributor License Agreement](Contributor-License-Agreement.md).
Important to note is our [Code License (MIT)](LICENSE.md) and our [Contributor License Agreement](Contributor-License-Agreement.md).