Abstract_REST_Endpoint::get_endpoint_path()

Gets the Endpoint path for this route.


Return

(string)


Top ↑

Source

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

	 * @var array<string>
	 */
	protected array $dependents = [];

Top ↑

Changelog

Changelog
Version Description
1.0.0 Introduced.