abstract class ApiAction

Defined in:

actions/api_action.cr

Constant Summary

AFTER_PIPES = [store_breeze_response] of Symbol
BEFORE_PIPES = [set_turbolinks_location_header_from_session, verify_accepted_format, store_breeze_request] of Symbol
EXPOSURES = [] of Symbol
PARAM_DECLARATIONS = [] of Crystal::Macros::TypeDeclaration
ROUTE_SETTINGS = {prefix: ""}
SKIPPED_PIPES = [] of Symbol

Class Method Summary

Class Method Detail

def self._accepted_formats #