v0.3.1
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 asAuthorization
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
- Update dependency Microsoft.Extensions.Azure to v1.7.2 by @renovate in #59
- Update xunit-dotnet monorepo by @renovate in #61
- Update actions/upload-artifact action to v4 by @renovate in #62
- Update dependency coverlet.collector to v6.0.1 by @renovate in #63
- Revert "Update actions/upload-artifact action to v4" by @christianhelle in #64
- Update StringExtensions.cs by @sjchapmanuk in #66
New Contributors
- @sjchapmanuk made their first contribution in #66
Full Changelog: 0.3.0...0.3.1