
* refactor: take clients out of internal * refactor: move stdio to pkg * Move internal/api to api * refactor: final changes for Kapacitor to access shared functionality * chore: regenerate mocks * fix: bad automated refactor * chore: extra formatting not caught by make fmt
8 lines
428 B
Markdown
8 lines
428 B
Markdown
# Influx CLI - HTTP Client
|
|
|
|
The `.go` files in this module are generated using [`OpenAPITools/openapi-generator`](https://github.com/OpenAPITools/openapi-generator),
|
|
based off of our public API documentation.
|
|
|
|
Run `make openapi` from the project root to regenerate files as needed. See [`contract/README.md`](./contract/README.md)
|
|
and [`templates/README.md`](./templates/README.md) for more detailed information and use-cases.
|