Endpoints
Table of Contents
Classes
- EndpointBase
- Base class endpoints need to extend.
- Endpoints
- Endpoint management class.
- KeyAuthEndpoint
- Allows an endpoint to require an API key to be present (and valid) in the request.
- NoAuthEndpoint
- Allows an endpoint to not require any authorisation.
Traits
- ManagesTransformers
- Contains methods to register + apply API route binding transformers.
- MatchesRoutes
- Contains methods for matching API requests with endpoint routes.