Open Issues Need Help
View All on GitHubAI Summary: Update the Unkey API playground to utilize the v2 API instead of the v1 API. This involves modifying the existing codebase to reflect the changes in endpoints and data structures introduced in the v2 API.
Open source API management platform
AI Summary: Implement a retry mechanism using the existing `/go/pkg/retry` package for MySQL connection initialization within the `/go/pkg/db` package. The retry should attempt three times over a period of approximately 10 seconds to handle intermittent `connection refused` errors encountered in the CI environment.
Open source API management platform
AI Summary: Update the broken link in the Unkey project's README file. The current link to the contributing guide (https://engineering.unkey.com/contributing) returns a 404 error. The correct link is https://engineering.unkey.com/docs/contributing. This involves a simple edit to the README.md file.
Open source API management platform