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.