Contributions that make BeatAPI integrations easier to understand and run are welcome.
- a focused example for a common server runtime or automation tool;
- clearer error-handling or polling guidance;
- a fix that keeps an example aligned with the public OpenAPI contract;
- a sanitized fixture that demonstrates a documented public response.
Please do not submit private service implementation guesses, undocumented routes, provider-specific fields, generated marketing pages, or real credentials.
Requires Node.js 20+ and Python 3.11+:
npm install
npm run verify
git diff --checkTests must not make paid API requests. Inject a fake transport or use fixtures.
Keep pull requests small. Explain:
- which developer problem the example solves;
- how to run it;
- which public endpoint or schema it demonstrates;
- how you verified it without exposing credentials.
By contributing, you agree that your contribution is licensed under the MIT License.