Available SDKs
Renegade provides official SDKs and client libraries to help you integrate with the External Matches API more easily.
Rust SDK
cargo add renegade-sdk
- GitHub: renegade-fi/rust-sdk
- crates.io: renegade-sdk
See the Example Here for basic use.
Golang SDK
go get github.com/renegade-fi/golang-sdk
- GitHub: renegade-fi/golang-sdk
See the Example Here for basic use.
TypeScript/JavaScript SDK
# Using npm
npm install @renegade-fi/renegade-sdk
# Using yarn
yarn add renegade-sdk
# Using bun
bun add renegade-sdk```
See the Example Here for basic use.
Python SDK
# Using uv
uv add renegade-sdk
# Using pip
pip install renegade-sdk
- GitHub: renegade-fi/python-sdk
- PyPI: renegade-sdk
See the Example Here for basic use.
Getting Help
- Documentation: Each SDK includes comprehensive documentation and examples
- Telegram: Ping us on Telegram for questions.
- Email: Contact us at hello@renegade.fi for support.