Library

API Contract

Response envelopes, pagination payloads, HAL links, and other contract types used by Helix APIs.

Artifact
helix-api-contract
Category
API and Application

Usage

build.gradle

Groovy DSL

dependencies {
    implementation helix.api.contract
}

build.gradle.kts

Kotlin DSL

dependencies {
    implementation(helix.api.contract)
}

Configuration

No Helix-specific configuration properties are required for this library.