Abstract_REST_Endpoint::get_documentation()
Returns an array in the format used by Swagger 2.0.
While the structure must conform to that used by v2.0 of Swagger the structure can be that of a full document or that of a document part. The intelligence lies in the "gatherer" of informations rather than in the single "providers" implementing this interface.
Return
(TECEvent_AutomatorZapierRESTV1Endpointsarray<string|TECEvent_AutomatorZapierRESTV1Endpointsmixed>) An array description of a Swagger supported component.
Source
File: src/Event_Automator/Zapier/REST/V1/Endpoints/Abstract_REST_Endpoint.php
* @var bool
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |