dave
09/17/2024, 9:22 AMRight Click -> New -> http4k -> OpenAPI to http4k
- Convert raw HTTP requests to the equivalent http4k code. Select a .http
file containing a request or response, then Right Click -> New -> http4k -> HTTP Request/Response
- Create data class models straight from any JSON/YAML file. Select the file, then Right Click -> New -> http4k -> Dataclasses
All code is generated in a .http4k
directory at the root of your project.
As we add future functionality to the Toolbox, we'll be sure to keep the IDE plugin up-to-date.
Install the http4k Toolbox plugin direct from the IDE, or here on the web
Happy http4k -ing!