NAME

Apertur::SDK::Resource::Destinations - Destination management

DESCRIPTION

Manages upload destinations (S3, webhook, long-poll queue, etc.) within a project.

METHODS

list($project_id)

Lists all destinations for a project.

create($project_id, %config)

Creates a new destination.

update($project_id, $dest_id, %config)

Updates a destination's configuration.

delete($project_id, $dest_id)

Deletes a destination.

test($project_id, $dest_id)

Triggers a test delivery to a destination.