Module builds

Source
Expand description

Build management module for handling application builds.

This module provides a REST API for managing builds, including:

  • Listing all builds with pagination
  • Listing builds for a specific application
  • Getting details of a specific build

Functionsยง

get_build
Get a specific build by ID.
list_builds
List all builds with pagination support.
list_builds_for_app
List builds for a specific application with pagination support.