Generates boilerplate http4k-based projects with ease by integrating a project wizard into IntelliJ IDEA. It streamlines the process of creating new http4k projects by providing a user-friendly interface within the IDE and access to the http4k Toolbox.
Create a new IntelliJ project and select the http4k option from the left panel. The Wizard will guide you through a set of questions which will allow you to select a bunch of modules from the http4k ecosystem, including build tooling.
The generated project will be fully functional, including template tests and a run configuration for the main application class.
The plugin provides a user-friendly interface to generate http4k code from an OpenAPI spec file. It supports both JSON and YAML formats.
Right click on a JSON or YAML file and select New -> http4k -> OpenAPI to http4k
The plugin provides a user-friendly interface to generate dataclass code from JSON and YAML files.
Right click on a JSON or YAML file and select New -> http4k -> Dataclasses
The plugin provides a user-friendly interface to generate data4k wrapper code from JSON and YAML files.
Right click on a JSON file and select New -> http4k -> Dataclasses
The plugin provides a user-friendly interface to generate Kotlin http4k HTTP message builder code from raw HTTP requests or responses.
Right click on a .http
file and select New -> http4k -> HTTP Request/Response