module Api::Concerns

Included Modules

Direct including types

Defined in:

controllers/api/concerns/authentication.cr
controllers/api/concerns/concerns.cr
controllers/api/concerns/response.cr

Instance methods inherited from module Api::Concerns::Response

response(status : Int32, data) response, response_error(status : Int32, message) response_error, response_payload(status : Int32, data) response_payload

Instance methods inherited from module Api::Concerns::Authentication

bearer_token bearer_token, current_user current_user, decoded_token decoded_token, session_auth session_auth