Zapier_Provider::register_endpoints()

Registers the REST API endpoints for Zapier

Contents


Source

File: src/Tribe/Integrations/Event_Automator/Zapier_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();
		$this->container->make( Find_Attendees::class )->register();
		$this->container->make( Find_Tickets::class )->register();
	}

Top ↑

Changelog

Changelog
Version Description
6.0.0 Introduced.