Power_Automate_Provider::register_endpoints()
Registers the REST API endpoints for Power Automate.
Source
File: src/Tribe/Integrations/Event_Automator/Power_Automate_Provider.php
public function register_endpoints() {
$this->container->make( Attendees::class )->register();
$this->container->make( Updated_Attendees::class )->register();
$this->container->make( Orders::class )->register();
$this->container->make( Refunded_Orders::class )->register();
$this->container->make( Checkin::class )->register();
}
Changelog
| Version | Description |
|---|---|
| 6.0.3 | Introduced. |