Installation
DeployRamp provides official SDKs for seven languages. Pick the one that matches your stack and follow the install instructions below.
TypeScript
npm install @deployramp/sdkPython
pip install deployrampGo
go get github.com/deployramp/deployramp-goJava (Maven)
<dependency>
<groupId>com.deployramp</groupId>
<artifactId>deployramp-sdk</artifactId>
<version>0.1.0</version>
</dependency>Kotlin (Gradle)
implementation("com.deployramp:deployramp-sdk:0.1.0")Rust
[dependencies]
deployramp = "0.1"Swift
.package(url: "https://github.com/deployramp/deployramp-swift", from: "0.1.0")