Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
NSwag
The Swagger/OpenAPI toolchain for .NET, Web API and TypeScript.
Collective -
Host: opensource -
https://opencollective.com/nswag
- Code: https://github.com/RSuter/NSwag
Merge pull request #298 from NSwag/exceptionHandling
Exception handling
github.com/RicoSuter/NSwag - 58aaa7a9ed42fdc12f99a8fde7c4c6085d68574f authored over 8 years ago by Rico Suter <[email protected]>
Updated NJS
github.com/RicoSuter/NSwag - c75916ba914664bbca618e97233a7f5e29c95b42 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - c75916ba914664bbca618e97233a7f5e29c95b42 authored over 8 years ago by Rico Suter <[email protected]>
Improved CS exception handling (converter)
github.com/RicoSuter/NSwag - 839d6ec184cefdb9e33c33682edfa68402d41894 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 839d6ec184cefdb9e33c33682edfa68402d41894 authored over 8 years ago by Rico Suter <[email protected]>
Changing CreateHttpRequestMessage to CreateHttpRequestMessageAsync
github.com/RicoSuter/NSwag - a5eb903e44965a7d32014837b6b41ee14453c522 authored over 8 years ago by Jacob Young <[email protected]>
github.com/RicoSuter/NSwag - a5eb903e44965a7d32014837b6b41ee14453c522 authored over 8 years ago by Jacob Young <[email protected]>
Improved exception handling (CS)
github.com/RicoSuter/NSwag - 264c4653f8ceb28f3bee8af817f2feec8a2af089 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 264c4653f8ceb28f3bee8af817f2feec8a2af089 authored over 8 years ago by Rico Suter <[email protected]>
Added exception handling (disabled)
github.com/RicoSuter/NSwag - bd83c9cecd052413a6ab11ba3813c78cd773d7db authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - bd83c9cecd052413a6ab11ba3813c78cd773d7db authored over 8 years ago by Rico Suter <[email protected]>
Cleanup of changes post merge
github.com/RicoSuter/NSwag - 355f732dd6c29a04858637eb88bcc1181270e450 authored over 8 years ago by Jacob Young <[email protected]>
github.com/RicoSuter/NSwag - 355f732dd6c29a04858637eb88bcc1181270e450 authored over 8 years ago by Jacob Young <[email protected]>
Merging changes
github.com/RicoSuter/NSwag - 22e2c63ad82532cf79907df981c5f6bf9361c47f authored over 8 years ago by Jacob Young <[email protected]>
github.com/RicoSuter/NSwag - 22e2c63ad82532cf79907df981c5f6bf9361c47f authored over 8 years ago by Jacob Young <[email protected]>
Adding UseHttpRequestMessageCreationMethod option and changing all HttpClient calls to use SendAsync with an HttpRequestMessage instead of the verb-based methods.
github.com/RicoSuter/NSwag - 2d2fce5fd202c640d4d0aeca6379b001ec723419 authored over 8 years ago by Jacob Young <[email protected]>
github.com/RicoSuter/NSwag - 2d2fce5fd202c640d4d0aeca6379b001ec723419 authored over 8 years ago by Jacob Young <[email protected]>
Update README.md
github.com/RicoSuter/NSwag - 99bad5688417b295a3f4fec168e1664ac13b9368 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 99bad5688417b295a3f4fec168e1664ac13b9368 authored over 8 years ago by Rico Suter <[email protected]>
Improved nswag file serialization
github.com/RicoSuter/NSwag - 209d7bb0bf151a64d8c2f6a4d8e8458dfb75d74b authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 209d7bb0bf151a64d8c2f6a4d8e8458dfb75d74b authored over 8 years ago by Rico Suter <[email protected]>
Added support for custom json converters
github.com/RicoSuter/NSwag - c7ecee95422b17f9a50681df93339fbe01c5665e authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - c7ecee95422b17f9a50681df93339fbe01c5665e authored over 8 years ago by Rico Suter <[email protected]>
Removed excluded method settings (use SwaggerIgnore attribute), added support for DocumentTemplate
github.com/RicoSuter/NSwag - 3690230fa38986a5377a775aaa75b9f251b5d7a6 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 3690230fa38986a5377a775aaa75b9f251b5d7a6 authored over 8 years ago by Rico Suter <[email protected]>
Minor enum handling improvement (Swagger gen)
github.com/RicoSuter/NSwag - 077c5f2b448d41783040cc6ee0ccdace515312de authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 077c5f2b448d41783040cc6ee0ccdace515312de authored over 8 years ago by Rico Suter <[email protected]>
Added support for form data parameters (TS)
github.com/RicoSuter/NSwag - 686b6539cfd7d689a2d880f46301566f364cdf3d authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 686b6539cfd7d689a2d880f46301566f364cdf3d authored over 8 years ago by Rico Suter <[email protected]>
with last
github.com/RicoSuter/NSwag - cd95eebee1bac6a59c961a6a72e5cc83184fc444 authored over 8 years ago by Michael Aird <[email protected]>
github.com/RicoSuter/NSwag - cd95eebee1bac6a59c961a6a72e5cc83184fc444 authored over 8 years ago by Michael Aird <[email protected]>
Prefer let/const to var
github.com/RicoSuter/NSwag - 2d68fa89532bbf904a62ad8da60e524c80d200f4 authored over 8 years ago by Michael Aird <[email protected]>
github.com/RicoSuter/NSwag - 2d68fa89532bbf904a62ad8da60e524c80d200f4 authored over 8 years ago by Michael Aird <[email protected]>
Updated NJS
github.com/RicoSuter/NSwag - 8c2732aaaba2641af6fc82197edcf458a65ce5ee authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 8c2732aaaba2641af6fc82197edcf458a65ce5ee authored over 8 years ago by Rico Suter <[email protected]>
Fixed unit test
github.com/RicoSuter/NSwag - d2b3bd1037a50ba18a6ec1bd3da2a825ee33f327 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - d2b3bd1037a50ba18a6ec1bd3da2a825ee33f327 authored over 8 years ago by Rico Suter <[email protected]>
Improved file handling (CS)
github.com/RicoSuter/NSwag - aa33130d3b16affc5db3a3568046e617b87a497d authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - aa33130d3b16affc5db3a3568046e617b87a497d authored over 8 years ago by Rico Suter <[email protected]>
Improved enum handling
github.com/RicoSuter/NSwag - 42a76d6d3146d7384e76e0dd6e1d4f39814b5144 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 42a76d6d3146d7384e76e0dd6e1d4f39814b5144 authored over 8 years ago by Rico Suter <[email protected]>
Improved assembly loading
github.com/RicoSuter/NSwag - 17e552371b1224755071f057704d61b727bf6f26 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 17e552371b1224755071f057704d61b727bf6f26 authored over 8 years ago by Rico Suter <[email protected]>
Merge branch 'master' of https://github.com/NSwag/NSwag.git
github.com/RicoSuter/NSwag - ae84d87ff2538175d8d88a1925f8c12b859aaafc authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - ae84d87ff2538175d8d88a1925f8c12b859aaafc authored over 8 years ago by Rico Suter <[email protected]>
Fixed default value of DefaultUrlTemplate, fixes #287
github.com/RicoSuter/NSwag - 3a47dc482b2cc941f93a7e624074baa242b56d76 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 3a47dc482b2cc941f93a7e624074baa242b56d76 authored over 8 years ago by Rico Suter <[email protected]>
Fixed #291, Fixed #288
github.com/RicoSuter/NSwag - 21f2c118f7941311913088422db4353ffc58e1bc authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 21f2c118f7941311913088422db4353ffc58e1bc authored over 8 years ago by Rico Suter <[email protected]>
Now using "schema" attribute for referencing enums (not-compliant)
github.com/RicoSuter/NSwag - 66336a3ceaa9b8919a74a502ac4dfb5cdb772247 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 66336a3ceaa9b8919a74a502ac4dfb5cdb772247 authored over 8 years ago by Rico Suter <[email protected]>
Merge pull request #285 from NSwag/master
Release v5.6
github.com/RicoSuter/NSwag - db76e4812f9f46bf8cebb6b3a91a2b2d86611fc0 authored over 8 years ago by Rico Suter <[email protected]>
v5.6, improved integration tests
github.com/RicoSuter/NSwag - 261bd6f6377b938e0ed09fa32a934ca3819d6321 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 261bd6f6377b938e0ed09fa32a934ca3819d6321 authored over 8 years ago by Rico Suter <[email protected]>
Regenerated code
github.com/RicoSuter/NSwag - 5f79d54b533c22758bac81a8097128e1afb12989 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 5f79d54b533c22758bac81a8097128e1afb12989 authored over 8 years ago by Rico Suter <[email protected]>
Changed settings
github.com/RicoSuter/NSwag - d6831b872da7744bf90bd45716acbdd9ed934571 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - d6831b872da7744bf90bd45716acbdd9ed934571 authored over 8 years ago by Rico Suter <[email protected]>
SwaggerMiddleware now extensible, #282
github.com/RicoSuter/NSwag - 2c74aca6468f8b2b739e1235cfbe1499fbc7fda4 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 2c74aca6468f8b2b739e1235cfbe1499fbc7fda4 authored over 8 years ago by Rico Suter <[email protected]>
Added Swagger UI-middlewaree-only option, #282
github.com/RicoSuter/NSwag - 0ccfcfc144473877ab72e71b33077866d4b13e2d authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 0ccfcfc144473877ab72e71b33077866d4b13e2d authored over 8 years ago by Rico Suter <[email protected]>
Improved Web API route placeholder handling, fixed #284
github.com/RicoSuter/NSwag - b29c735b9460673c9ae7feb090bdc9a4f5577aac authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - b29c735b9460673c9ae7feb090bdc9a4f5577aac authored over 8 years ago by Rico Suter <[email protected]>
Improved RedirectMiddleware, #275
github.com/RicoSuter/NSwag - cd04ee2d93180220117d7779d3f1a495c0468f9b authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - cd04ee2d93180220117d7779d3f1a495c0468f9b authored over 8 years ago by Rico Suter <[email protected]>
Changed ActualSwaggerUiRoute to ActualSwaggerRoute, #275
github.com/RicoSuter/NSwag - d53390706b5e7588f89488c1fa14653123a0ea47 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - d53390706b5e7588f89488c1fa14653123a0ea47 authored over 8 years ago by Rico Suter <[email protected]>
Fixed #283
github.com/RicoSuter/NSwag - ede11a7084e0da94cc9a06ae5dfae1ffc45374b9 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - ede11a7084e0da94cc9a06ae5dfae1ffc45374b9 authored over 8 years ago by Rico Suter <[email protected]>
Moved isnullable assignment
github.com/RicoSuter/NSwag - fdbf39c173419a54c408c2579a1a030d0491adf2 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - fdbf39c173419a54c408c2579a1a030d0491adf2 authored over 8 years ago by Rico Suter <[email protected]>
Fixed #278: Added void check
github.com/RicoSuter/NSwag - c7f748461809413de631f59043adda6e587e0aff authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - c7f748461809413de631f59043adda6e587e0aff authored over 8 years ago by Rico Suter <[email protected]>
Fixed #278 void handling
github.com/RicoSuter/NSwag - ae6b62af519518fb5d6b1c2194d0f1306b333e4d authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - ae6b62af519518fb5d6b1c2194d0f1306b333e4d authored over 8 years ago by Rico Suter <[email protected]>
Merge
github.com/RicoSuter/NSwag - edab67e63e1727e01d78df3d5bcf8fc407fb2492 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - edab67e63e1727e01d78df3d5bcf8fc407fb2492 authored over 8 years ago by Rico Suter <[email protected]>
Improved middlewares, updated NJS
github.com/RicoSuter/NSwag - da564f9b74b73e20e3a58e6d01fb2ffd53119577 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - da564f9b74b73e20e3a58e6d01fb2ffd53119577 authored over 8 years ago by Rico Suter <[email protected]>
Fixed default response type (CS)
github.com/RicoSuter/NSwag - 09a1c1089662fd52fee9673e2a187a077a999d4b authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 09a1c1089662fd52fee9673e2a187a077a999d4b authored over 8 years ago by Rico Suter <[email protected]>
Security scopes now optional
github.com/RicoSuter/NSwag - 54312a89bffbf2207b48e122b8d9dbd72253dce7 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 54312a89bffbf2207b48e122b8d9dbd72253dce7 authored over 8 years ago by Rico Suter <[email protected]>
Added Owin middleware
github.com/RicoSuter/NSwag - 8bb4eb819df3955c0740f7f766d3d551baca1336 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 8bb4eb819df3955c0740f7f766d3d551baca1336 authored over 8 years ago by Rico Suter <[email protected]>
Improved file templates
github.com/RicoSuter/NSwag - b5be7a494bac5e6ae03365a98ae17d5b72804a6a authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - b5be7a494bac5e6ae03365a98ae17d5b72804a6a authored over 8 years ago by Rico Suter <[email protected]>
Updated reflection usage
github.com/RicoSuter/NSwag - 7927408fdefb52740ed85a20b5b28879e3a90ba7 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 7927408fdefb52740ed85a20b5b28879e3a90ba7 authored over 8 years ago by Rico Suter <[email protected]>
Updated generated code
github.com/RicoSuter/NSwag - adca1e9bf4fea2bc7892391d62691ece3c45e2e3 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - adca1e9bf4fea2bc7892391d62691ece3c45e2e3 authored over 8 years ago by Rico Suter <[email protected]>
Updated NJS
github.com/RicoSuter/NSwag - c66d2543c97683a4ac5c353b88cfcc969c4d5cfe authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - c66d2543c97683a4ac5c353b88cfcc969c4d5cfe authored over 8 years ago by Rico Suter <[email protected]>
Added missing file
github.com/RicoSuter/NSwag - e6a3aadd13f077daa9afbeb09a44fd91bc1f9b6a authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - e6a3aadd13f077daa9afbeb09a44fd91bc1f9b6a authored over 8 years ago by Rico Suter <[email protected]>
Improved middleware path handling
github.com/RicoSuter/NSwag - 8702bfbdf5a2bbb87e86ddf828958e909374c2c8 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 8702bfbdf5a2bbb87e86ddf828958e909374c2c8 authored over 8 years ago by Rico Suter <[email protected]>
Renamed parameter
github.com/RicoSuter/NSwag - 6f67f2d954f17d1674a8e0f15f111725aa287409 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 6f67f2d954f17d1674a8e0f15f111725aa287409 authored over 8 years ago by Rico Suter <[email protected]>
Added KO tests
github.com/RicoSuter/NSwag - 5087d5b2747b29b722f2ea1569d6c3197f3d31fc authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 5087d5b2747b29b722f2ea1569d6c3197f3d31fc authored over 8 years ago by Rico Suter <[email protected]>
Fixed request body tpl (TS)
github.com/RicoSuter/NSwag - 8275b73331ab4ed9bc88492c5efbae9522f04c4b authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 8275b73331ab4ed9bc88492c5efbae9522f04c4b authored over 8 years ago by Rico Suter <[email protected]>
Fixed middleware path comparison
github.com/RicoSuter/NSwag - 414233145d81e482ef5c51e7efc3f847686102c6 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 414233145d81e482ef5c51e7efc3f847686102c6 authored over 8 years ago by Rico Suter <[email protected]>
Merge pull request #270 from NSwag/master
Release v5.5
github.com/RicoSuter/NSwag - 73aa1a37645262c6f644ae59e4d9aa6756006494 authored over 8 years ago by Rico Suter <[email protected]>
Fixed unit test
github.com/RicoSuter/NSwag - a89831f67bd9c2badb71b1a32fff50b645d71d67 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - a89831f67bd9c2badb71b1a32fff50b645d71d67 authored over 8 years ago by Rico Suter <[email protected]>
v5.5
github.com/RicoSuter/NSwag - 7231a92b1c0ed4248b61965493a1e6b9111440a5 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 7231a92b1c0ed4248b61965493a1e6b9111440a5 authored over 8 years ago by Rico Suter <[email protected]>
Updated NJS
github.com/RicoSuter/NSwag - 3ef852b3f739d1ae8d9ab5ba5d19ebff560eed10 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 3ef852b3f739d1ae8d9ab5ba5d19ebff560eed10 authored over 8 years ago by Rico Suter <[email protected]>
Changed EscapeUrlString to EscapeDataString (CS)
github.com/RicoSuter/NSwag - bd7055ea0d4c757fd22ddbebe9f6c09d452903db authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - bd7055ea0d4c757fd22ddbebe9f6c09d452903db authored over 8 years ago by Rico Suter <[email protected]>
Added more tests
github.com/RicoSuter/NSwag - 4b4f4a69a663b36274707b94920a0ae20e35404d authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 4b4f4a69a663b36274707b94920a0ae20e35404d authored over 8 years ago by Rico Suter <[email protected]>
Added method
github.com/RicoSuter/NSwag - 33a1b3005b68dd7861d66f3dd2f9b5261d3ec824 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 33a1b3005b68dd7861d66f3dd2f9b5261d3ec824 authored over 8 years ago by Rico Suter <[email protected]>
Added controller
github.com/RicoSuter/NSwag - aa678a098a86e3ff8b9a60754f081d3e4c4ccfaa authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - aa678a098a86e3ff8b9a60754f081d3e4c4ccfaa authored over 8 years ago by Rico Suter <[email protected]>
Improved integration
github.com/RicoSuter/NSwag - 53ac73498ed3313ef89fff31b81cfe04cd24af3e authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 53ac73498ed3313ef89fff31b81cfe04cd24af3e authored over 8 years ago by Rico Suter <[email protected]>
Changed enum type
github.com/RicoSuter/NSwag - a4340ce74e8ced2340bb5b115d5c5f5418b87286 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - a4340ce74e8ced2340bb5b115d5c5f5418b87286 authored over 8 years ago by Rico Suter <[email protected]>
Added angular templates to integration projects
github.com/RicoSuter/NSwag - 706d32ac6bc17c549a9d7c60fcf18008ff9b448c authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 706d32ac6bc17c549a9d7c60fcf18008ff9b448c authored over 8 years ago by Rico Suter <[email protected]>
Added more properties
github.com/RicoSuter/NSwag - ca8ec65ef0c9f152c779f4cb4cd5fcaf8cd8c993 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - ca8ec65ef0c9f152c779f4cb4cd5fcaf8cd8c993 authored over 8 years ago by Rico Suter <[email protected]>
Improved integration projects
github.com/RicoSuter/NSwag - def1d60be5011fb3173e7c752d2e219b2818c7e5 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - def1d60be5011fb3173e7c752d2e219b2818c7e5 authored over 8 years ago by Rico Suter <[email protected]>
Improved integration projects
github.com/RicoSuter/NSwag - 327d2ca9b3ade54186fe90c70f45f7a41e7ae95a authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 327d2ca9b3ade54186fe90c70f45f7a41e7ae95a authored over 8 years ago by Rico Suter <[email protected]>
Merge branch 'master' of https://github.com/NSwag/NSwag.git
github.com/RicoSuter/NSwag - 3da948f04e009afea18e469504f440dae526ce53 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 3da948f04e009afea18e469504f440dae526ce53 authored over 8 years ago by Rico Suter <[email protected]>
Added integration projects
github.com/RicoSuter/NSwag - 5ca6ae1cc727e44b3e624e7f6e142a78ddaa5750 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 5ca6ae1cc727e44b3e624e7f6e142a78ddaa5750 authored over 8 years ago by Rico Suter <[email protected]>
Update README.md
github.com/RicoSuter/NSwag - 980a4a07ebfa39ab817fdfb4bc04f17a659637d7 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 980a4a07ebfa39ab817fdfb4bc04f17a659637d7 authored over 8 years ago by Rico Suter <[email protected]>
Updated NJS
github.com/RicoSuter/NSwag - 5fd96c266afa69fd1e27047ef5321134b74ca0de authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 5fd96c266afa69fd1e27047ef5321134b74ca0de authored over 8 years ago by Rico Suter <[email protected]>
Updated NJS
github.com/RicoSuter/NSwag - aaf08c78b31bf661a5b05ed8a4cb8fd34ea8e16d authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - aaf08c78b31bf661a5b05ed8a4cb8fd34ea8e16d authored over 8 years ago by Rico Suter <[email protected]>
Merge pull request #267 from NSwag/master
Release v5.4
github.com/RicoSuter/NSwag - c2635122800ad120907048da52b916461b933565 authored over 8 years ago by Rico Suter <[email protected]>
v5.4
github.com/RicoSuter/NSwag - 5a7fb60899e6187f66328a7409d852fab2ac4ba9 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 5a7fb60899e6187f66328a7409d852fab2ac4ba9 authored over 8 years ago by Rico Suter <[email protected]>
Updated NJS and MyToolkit
github.com/RicoSuter/NSwag - 5e3a967d8a0aefcddf8f58e92a161f60342e1565 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 5e3a967d8a0aefcddf8f58e92a161f60342e1565 authored over 8 years ago by Rico Suter <[email protected]>
Updated to Swagger-UI 2.2.3
github.com/RicoSuter/NSwag - 0403a5b4b4c7eafc0897490107797ef954488d9a authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 0403a5b4b4c7eafc0897490107797ef954488d9a authored over 8 years ago by Rico Suter <[email protected]>
Improved CS tpl (PCL fix)
github.com/RicoSuter/NSwag - 61bb55b9014685f760fdcae17439e7340c420eab authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 61bb55b9014685f760fdcae17439e7340c420eab authored over 8 years ago by Rico Suter <[email protected]>
Merge pull request #261 from NSwag/master
Release v5.3
github.com/RicoSuter/NSwag - d8333b0d3a702887ab104152ced06177a233e233 authored over 8 years ago by Rico Suter <[email protected]>
Added new cmd line params, v5.3
github.com/RicoSuter/NSwag - cb2246fdfa78d90abedbddfb1c997bb35d127395 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - cb2246fdfa78d90abedbddfb1c997bb35d127395 authored over 8 years ago by Rico Suter <[email protected]>
Added new cmd line params, v5.3
github.com/RicoSuter/NSwag - 7982ffe900bf1088c0a4c20d6f366f60246fba8a authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 7982ffe900bf1088c0a4c20d6f366f60246fba8a authored over 8 years ago by Rico Suter <[email protected]>
Added more options
github.com/RicoSuter/NSwag - d2472df356b92b70d4b10c60a9fb93891f18793e authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - d2472df356b92b70d4b10c60a9fb93891f18793e authored over 8 years ago by Rico Suter <[email protected]>
Merge pull request #258 from ShaKann/master
Fix query without params for all
github.com/RicoSuter/NSwag - 753532788b6503144e3b5cdba3785bd8c470970a authored over 8 years ago by Rico Suter <[email protected]>
Fix formatting.
github.com/RicoSuter/NSwag - 6ddf42dbec699e91606e4ee3d328b5d48b9afe40 authored over 8 years ago by PawelZ <[email protected]>
github.com/RicoSuter/NSwag - 6ddf42dbec699e91606e4ee3d328b5d48b9afe40 authored over 8 years ago by PawelZ <[email protected]>
Marge from remote
github.com/RicoSuter/NSwag - 5eb858993d60732bae07f67ff1d460a74efaa3dc authored over 8 years ago by PawelZ <[email protected]>
github.com/RicoSuter/NSwag - 5eb858993d60732bae07f67ff1d460a74efaa3dc authored over 8 years ago by PawelZ <[email protected]>
Query string fixed for all clients if there is no QueryParams
github.com/RicoSuter/NSwag - b6f3aa10dfb06e07470d101ab10e0d41ac8590ef authored over 8 years ago by PawelZ <[email protected]>
github.com/RicoSuter/NSwag - b6f3aa10dfb06e07470d101ab10e0d41ac8590ef authored over 8 years ago by PawelZ <[email protected]>
Update AngularJSClientTemplate.tt
github.com/RicoSuter/NSwag - f72ba058ef5c52f12a7139d9fcc4c4676118af54 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - f72ba058ef5c52f12a7139d9fcc4c4676118af54 authored over 8 years ago by Rico Suter <[email protected]>
Merge pull request #257 from ShaKann/master
FIx getAll for AngularJS
github.com/RicoSuter/NSwag - 649f9d908cd85a9d54738c45c6c21fe994eb1511 authored over 8 years ago by Rico Suter <[email protected]>
FIx getAll for AngularJS
github.com/RicoSuter/NSwag - a68862689093f283ae8ac9825404179e84f473f0 authored over 8 years ago by PawelZ <[email protected]>
github.com/RicoSuter/NSwag - a68862689093f283ae8ac9825404179e84f473f0 authored over 8 years ago by PawelZ <[email protected]>
Improved UI
github.com/RicoSuter/NSwag - a2af0c9a64f0d98b733d90467113700079fb9258 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - a2af0c9a64f0d98b733d90467113700079fb9258 authored over 8 years ago by Rico Suter <[email protected]>
Merge pull request #255 from ShaKann/master
Client classes in FileTemplateModel
github.com/RicoSuter/NSwag - 101be27d0740786cc77927326034438cf905fd2b authored over 8 years ago by Rico Suter <[email protected]>
Client classes in FileTemplateModel
github.com/RicoSuter/NSwag - 220d4630ce4872c3aa9e091769ac1dce72400c89 authored over 8 years ago by PawelZ <[email protected]>
github.com/RicoSuter/NSwag - 220d4630ce4872c3aa9e091769ac1dce72400c89 authored over 8 years ago by PawelZ <[email protected]>
Added meta info to cmd line and ui
github.com/RicoSuter/NSwag - a5ba38480c18d83e949d4b6f287e75f8b72a5ab1 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - a5ba38480c18d83e949d4b6f287e75f8b72a5ab1 authored over 8 years ago by Rico Suter <[email protected]>
Added assembly directories to reference paths (assembly loader)
github.com/RicoSuter/NSwag - 1e6726be437621a249cf4fe4aef4f081e872e57f authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - 1e6726be437621a249cf4fe4aef4f081e872e57f authored over 8 years ago by Rico Suter <[email protected]>
Refactored model class
github.com/RicoSuter/NSwag - a79f4903106bb60fa0b5aa7dd8cced63b90b0599 authored over 8 years ago by Rico Suter <[email protected]>
github.com/RicoSuter/NSwag - a79f4903106bb60fa0b5aa7dd8cced63b90b0599 authored over 8 years ago by Rico Suter <[email protected]>
Merge pull request #251 from ShaKann/master
Model for TypeScript file template
github.com/RicoSuter/NSwag - d1e92680ba267f2e51dae58c724bd50cc48b71b8 authored over 8 years ago by Rico Suter <[email protected]>
Model for TypeScript file template
github.com/RicoSuter/NSwag - 44aff5c6645f26ed4681abff62d2e04d6bb15bd7 authored over 8 years ago by PawelZ <[email protected]>
github.com/RicoSuter/NSwag - 44aff5c6645f26ed4681abff62d2e04d6bb15bd7 authored over 8 years ago by PawelZ <[email protected]>
Merge pull request #250 from ShaKann/master
RequestBodyGenerator goes public
github.com/RicoSuter/NSwag - 245228ee9eabc27f2afedd69c7204510b3a4c535 authored over 8 years ago by Rico Suter <[email protected]>
Better merge
github.com/RicoSuter/NSwag - 0d284ec924e4966f91a40ccc1b86fea5862b1eda authored over 8 years ago by PawelZ <[email protected]>
github.com/RicoSuter/NSwag - 0d284ec924e4966f91a40ccc1b86fea5862b1eda authored over 8 years ago by PawelZ <[email protected]>
Better merge
github.com/RicoSuter/NSwag - 539b8b641ff950a430bab243c67fbb5d958f6051 authored over 8 years ago by PawelZ <[email protected]>
github.com/RicoSuter/NSwag - 539b8b641ff950a430bab243c67fbb5d958f6051 authored over 8 years ago by PawelZ <[email protected]>