mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 16:32:13 +08:00
5 lines
253 B
Markdown
5 lines
253 B
Markdown
These files are built using the `yarn run codegen` command.
|
||
API clients will be written to `src/grafana/api/<version>/api.gen.ts`.
|
||
|
||
Make sure to create a versioned API client for each API version – see `src/grafana/api/v0alpha1/api.ts` as an example.
|