📄️ Automate SDK Gen with Github Actions
The worst part of making changes to an API is propogating those changes downstream to all your API artifacts. If you support your API with client SDKs, any changes to your API may mean making changes to a dozen SDKs. In this tutorial we'll show you how you can automate away this headache by using GitHub Actions and the Speakeasy CLI to easily automate the creation and ongoing updates of your client SDKs whenever there are changes to your OpenAPI schema.
📄️ Generate SDK Telemetry with Speakeasy
An API is no different from any other product. You need to understand how it’s being used before you start planning changes; good data leads to good decisions.