Avantation

screenshot of Avantation

Avantation

Build OpenAPI3.0 specification from HAR.

Overview:

Avantation is a tool that allows users to generate an OpenAPI 3.0 specification from the HTTP Archive format (HAR). It is written and maintained by Anbarasan K and offers features such as HTTP sample code generation, dynamic route path conversion, schema generation, support for json/yaml output formats, JWT authentication header mapping, and static-UI generation. Avantation can be easily installed by running npm install if Node is already installed on your computer. It is compatible with various tools including Firefox, Chrome, Safari, Charles Proxy, and Insomnia.

Features:

  • HTTP sample code generation: Avantation can generate sample code based on the HTTP requests in the HAR file.
  • Dynamic route path conversion: It has the ability to convert dynamic route paths in the HAR file into OpenAPI compliant format.
  • Schema generation: Avantation can automatically generate schemas based on the request and response payloads in the HAR file.
  • Supports json/yaml output formats: The tool allows users to choose between generating output in JSON or YAML format.
  • JWT authentication header mapping: Avantation supports mapping JWT authentication headers in the OpenAPI specification.
  • Static-UI generation: It can generate a static user interface based on the OpenAPI specification.

Summary:

documentation
Documentation

Documentation themes are built specifically for writing technical and product documentation. They are normally written and maintained in Markdown. The often include a navigation menu, search bar, clear headings, semantic document structure and clean typography.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.