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( Canceled_Events::class )->register();
$this->container->make( New_Events::class )->register();
$this->container->make( Updated_Events::class )->register();
$this->container->make( Create_Events::class )->register();
}
Changelog
| Version | Description |
|---|---|
| 7.0.3 | Introduced. |