Grafana HTTP API Clients for TypeScript

I just published generated HTTP API Client for TypeScript and JavaScript from Grafana’s OpenAPI spec. Feel free to use:

https://www.npmjs.com/package/@grafana-openapi-client/axios

https://www.npmjs.com/package/@grafana-openapi-client/fetch

1 Like

The user has shared a generated HTTP API client for TypeScript and JavaScript based on Grafana’s OpenAPI specification. The client is available for use with two different modules, axios and fetch. You can access them via the following npm packages:
@grafana-openapi-client/axios
Fetch: @grafana-openapi-client/fetch

These clients are useful for integrating Grafana’s API into your TypeScript and JavaScript projects, making it easier to interact with Grafana data sources and dashboards.

The updated package name is

@grafana-openapi-client/axios-client and @grafana-openapi-client/fetch-client