ApiV1.php
API V1 Entry Point.
Dispatches API requests to module-specific handlers via a route map. Each handler implements ApiRoutableInterface with routeGet/Post/Put/Delete.
Tags
Table of Contents
Classes
- ApiV1
- Main API V1 handler class.
API V1 Entry Point.
Dispatches API requests to module-specific handlers via a route map. Each handler implements ApiRoutableInterface with routeGet/Post/Put/Delete.