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/sdk

Python

pip install deployramp

Go

go get github.com/deployramp/deployramp-go

Java (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")

We use cookies to analyze site usage and improve your experience.