Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions integration/adding-api-to-your-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ By the end of this guide, you'll have:
to prevent unauthorized usage.
</Warning>

### Official SDK packages

- [Node.js SDK on npm](https://www.npmjs.com/package/magic-hour)
- [Python SDK on PyPI](https://pypi.org/project/magic_hour/)
- [Go SDK on pkg.go.dev](https://pkg.go.dev/github.com/magichourhq/magic-hour-go)
- [Rust SDK on crates.io](https://crates.io/crates/magic_hour)

## Integration overview

Choose the workflow that matches what you are building:
Expand Down