SDKs
Official SDKs for integrating Branta. Each package README includes an Integration Guide covering send/receive side flows, display rules, and code examples.
.NET
NuGet: Branta — github.com/BrantaOps/branta-dotnet
AI agent prompt:
Install the latest version of the Branta NuGet package. Find and read the README.md from the installed package, then follow the Integration Guide section to implement Branta.
JavaScript / TypeScript
npm: @branta-ops/branta — github.com/BrantaOps/branta-js
AI agent prompt:
Install the latest version of @branta-ops/branta from npm. Read the README.md from the installed package, then follow the Integration Guide section to implement Branta.
Python
PyPI: branta — github.com/BrantaOps/branta-python
AI agent prompt:
Install the latest version of the branta package from PyPI (
pip install branta). Read the README.md from the installed package, then follow the Integration Guide section to implement Branta.
Dart / Flutter
pub.dev: branta — github.com/BrantaOps/branta-dart
AI agent prompt:
Install the latest version of the branta package from pub.dev. Read the README.md from the installed package, then follow the Integration Guide section to implement Branta.
Kotlin
Maven Central: pro.branta:branta — github.com/BrantaOps/branta-kotlin
AI agent prompt:
Install the latest version of pro.branta:branta from Maven Central. Read the README.md from the installed package, then follow the Integration Guide section to implement Branta.
Rust
crates.io: branta — github.com/BrantaOps/branta-rust
AI agent prompt:
Install the latest version of the branta crate from crates.io (
cargo add branta). Read the README.md from the installed package, then follow the Integration Guide section to implement Branta.
Last updated