Skip to content

Releases: christianhelle/httpgenerator

Release v1.1.0

11 May 12:05
2259d3f

Choose a tag to compare

What's New:

  • Rust based CLI app (15x faster)

What Changed

New Contributors

  • @Copilot made their first contribution in #206
  • @PolarTango made their first contribution in #253

Full Changelog: 1.0.0...1.1.0

v1.0.0

26 Apr 17:25
ee54d35

Choose a tag to compare

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 HttpGenerator --version 1.0.0

Features

  • Generate HTTP file(s) either as
    • A single file containing all requests
    • A file per request
    • A file per tag
  • Supports OpenAPI v2 and v3
    • JSON and YAML formats
    • Validation and error/warning/stats reporting
    • Multiple input files
  • Specify Content-Type for requests
  • Include Authorization headers
  • Acquire Bearer token from Azure Entra ID to use as Authorization header
    • Specify Tenant ID
    • Specify Scope
  • Variables for route parameters (.e.g. /api/v1/pet/{{petId}})
  • Specify base-url for convenient environment switching
  • Include summaries and descriptions from OpenAPI specifications
  • Generate IntelliJ tests

What's Changed

New Contributors

Full Changelog: 0.7.0...1.0.0

v0.6.0

14 Oct 11:24

Choose a tag to compare

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 HttpGenerator --version 0.6.0

Features

  • Generate HTTP file(s) either as
    • A single file containing all requests
    • A file per request
    • A file per tag
  • Supports OpenAPI v2 and v3
    • JSON and YAML formats
    • Validation and error/warning/stats reporting
    • Multiple input files
  • Specify Content-Type for requests
  • Include Authorization headers
  • Acquire Bearer token from Azure Entra ID to use as Authorization header
    • Specify Tenant ID
    • Specify Scope
  • Variables for route parameters (.e.g. /api/v1/pet/{{petId}})
  • Specify base-url for convenient environment switching
  • Include summaries and descriptions from OpenAPI specifications

What's Changed

Full Changelog: 0.4.0...0.6.0

v0.4.0

07 Jun 07:26
114e3f2

Choose a tag to compare

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 HttpGenerator --version 0.4.0

Features

  • Generate HTTP file(s) either as
    • A single file containing all requests
    • A file per request
    • A file per tag
  • Supports OpenAPI v2 and v3
    • JSON and YAML formats
    • Validation and error/warning/stats reporting
    • Multiple input files
  • Specify Content-Type for requests
  • Include Authorization headers
  • Acquire Bearer token from Azure Entra ID to use as Authorization header
    • Specify Tenant ID
    • Specify Scope
  • Variables for route parameters (.e.g. /api/v1/pet/{{petId}})
  • Specify base-url for convenient environment switching
  • Include summaries and descriptions from OpenAPI specifications

What's Changed

New Contributors

  • @sjchapmanuk made their first contribution in #66
  • @ikopytko made their first contribution in #98

Full Changelog: 0.3.0...0.4.0

v0.3.1

28 Feb 20:28
fbd928b

Choose a tag to compare

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 HttpGenerator --version 0.3.1

Features

  • Generate HTTP file(s) either as a single large file containing all requests or as a file per request
  • Supports OpenAPI v2 and v3
    • JSON and YAML formats
    • Validation and error/warning/stats reporting
    • Multiple input files
  • Specify Content-Type for requests
  • Include Authorization headers
  • Acquire Bearer token from Azure Entra ID to use as Authorization header
    • Specify Tenant ID
    • Specify Scope
  • Variables for route parameters (.e.g. /api/v1/pet/{{petId}})
  • Specify base-url for convenient environment switching
  • Include summaries and descriptions from OpenAPI specifications

What's Changed

New Contributors

Full Changelog: 0.3.0...0.3.1

0.3.0

11 Feb 10:48
34fc38e

Choose a tag to compare

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 HttpGenerator --version 0.3.0

Features

  • Generate HTTP file(s) either as a single large file containing all requests or as a file per request
  • Supports OpenAPI v2 and v3
    • JSON and YAML formats
    • Validation and error/warning/stats reporting
    • Multiple input files
  • Specify Content-Type for requests
  • Include Authorization headers
  • Acquire Bearer token from Azure Entra ID to use as Authorization header
    • Specify Tenant ID
    • Specify Scope
  • Variables for route parameters (.e.g. /api/v1/pet/{{petId}})
  • Specify base-url for convenient environment switching
  • Include summaries and descriptions from OpenAPI specifications