(unofficial) TypeScript client for the Mackerel API

4 Open Issues Need Help Last updated: Jul 25, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Update the Mackerel TypeScript client to support Athena and ElastiCache services. This involves adding 'Athena' to the `awsServiceTypes` array and 'ElastiCache' to the `autoRetirementSupportedAwsServiceTypes` array within the client's codebase, based on the Mackerel API documentation.

Complexity: 2/5
help wanted

(unofficial) TypeScript client for the Mackerel API

TypeScript
Update monitors APIs about 1 month ago

AI Summary: Update the existing TypeScript Mackerel API client to support the `expectedStatusCode` and `evaluateBackwardMinutes` parameters in the monitors API, as documented in the Mackerel API documentation.

Complexity: 3/5
help wanted

(unofficial) TypeScript client for the Mackerel API

TypeScript

AI Summary: Implement a DELETE method in the existing TypeScript Mackerel API client to support deleting service graph definitions using the endpoint `/api/v0/services/<serviceName>/graph-defs/<graphName>`. This involves adding a new function to the client's `services` module that makes a DELETE request to the specified URL with appropriate error handling and potentially input validation.

Complexity: 3/5
help wanted

(unofficial) TypeScript client for the Mackerel API

TypeScript

AI Summary: Add support to the Mackerel TypeScript client for retrieving alert logs using the GET /api/v0/alerts/<alertId>/logs API endpoint. This involves adding a new function to the client library that makes the appropriate API call and handles the response, likely including error handling and proper data parsing.

Complexity: 3/5
help wanted

(unofficial) TypeScript client for the Mackerel API

TypeScript