annotation Athena::Get
Overview
Defines a GET endpoint.
Fields
- path :
String
- The path for the endpoint.
Example
@[Athena::Get(path: "/users")]
Defines a GET endpoint.
String
- The path for the endpoint.@[Athena::Get(path: "/users")]