Skip to content

v0.3.4

Compare
Choose a tag to compare
@christianhelle christianhelle released this 22 Mar 16:05
· 2301 commits to main since this release
c979991

Installation

This is packaged as a .NET Tool and is published to nuget.org. You can install this specific version of this tool like this:

dotnet tool install --global Refitter --version 0.3.4

What's in the box

  • Generate single file containing Refit interface and contract types from an OpenAPI spec file
  • Supports OpenAPI v2 and v3
  • Supports OpenAPI specifications in JSON and YAML formats
  • --no-auto-generated-header CLI tool argument to skip prefixing output file with header
  • --interface-only CLI tool argument to skip contract type generation

What's new

  • Fix missing support for Query Parameters in #6
  • Fix path parameters in parent by @kgamecarter in #7
  • Fix missing multipart/form-data parameters by @distantcam in #9
  • Add support for kebab-string-casing parameters in #11

Contributors

Full Changelog: 0.1.3-alpha...0.3.4