Openstatus www.openstatus.dev

๐Ÿš€ add check api changelog

+13
apps/web/public/assets/changelog/check-api.png

This is a binary file and will not be displayed.

+13
apps/web/src/content/changelog/check-run-api.mdx
··· 1 + --- 2 + title: Run Check API 3 + description: Launch a check with our API to test your endpoint's latency. 4 + image: /assets/changelog/check-api.png 5 + publishedAt: 2024-06-18 6 + --- 7 + 8 + We have added a new API to launch a check with OpenStatus. You can now test your endpoint's latency programmatically. 9 + 10 + It's useful if you want to integrate OpenStatus with your CI/CD pipeline. 11 + 12 + You can read the [API documentation](https://docs.openstatus.dev/api-reference/check/post-check) or our guide to integrate it in [GitHub Actions](https://docs.openstatus.dev/guides/test-latency-cf-workers-in-github-actions) to get started. 13 +