Skip to content

Instantly share code, notes, and snippets.

View maciejwitowski's full-sized avatar

Maciej Witowski maciejwitowski

View GitHub Profile
@maciejwitowski
maciejwitowski / deployment.md
Last active February 16, 2024 18:18
Calibration deployment

Prerequisites

On Linux (links and instructions for Ubuntu):

  • Install system packages: sudo apt install build-essential clang cmake pkg-config libssl-dev protobuf-compiler git curl.
  • Install Rust. See instructions.
  • Install cargo-make: cargo install --force cargo-make.
  • Install Docker. See instructions.
  • Install Foundry. See instructions.
// Responses
data class LeadCenterSummaryResponse(
val global: LeadCenterSummaryResponseData,
val filtered: LeadCenterSummaryResponseData,
val metadata: CentersResponseMetadata
)
data class LeadSmartListResponse(
val smartLists: List<LeadSmartListResponseData>,
val metadata: CentersResponseMetadata