Module: Whatsapp::SubscribedApp::Transport

Includes:
PathBuilding
Included in:
List, Subscribe, Unsubscribe
Defined in:
lib/ruby/whatsapp/subscribed_app/transport.rb

Overview

The one piece shared by List, Subscribe, and Unsubscribe: all three address the same WABA-scoped edge, differing only in HTTP verb and body. Extended (not included) since those classes are class-method-only.

The guard itself and its message live in PathBuilding, shared with every other ID-scoped feature; what stays here is the edge this module addresses.