Abstract_REST_Endpoint::__construct( TECEvent_AutomatorZapierApi $api, TECEvent_AutomatorZapierRESTV1DocumentationSwagger_Documentation $documentation )

Abstract_REST_Endpoint constructor.


Parameters

$api

(TECEvent_AutomatorZapierApi) (Required) An instance of the Zapier API handler.

$documentation

(TECEvent_AutomatorZapierRESTV1DocumentationSwagger_Documentation) (Required) An instance of the Zapier Swagger_Documentation handler.


Top ↑

Source

File: src/Common/Event_Automator/Zapier/REST/V1/Endpoints/Abstract_REST_Endpoint.php

	 */
	protected static $endpoint_details_prefix = '_tec_zapier_endpoint_details_';

	/**

Top ↑

Changelog

Changelog
Version Description
6.0.0 Introduced.