abstract class ApiAction
- ApiAction
- Lucky::Action
- Reference
- Object
Overview
Include modules and add methods that are for all API requests
Included Modules
- Api::Auth::Helpers
- Api::Auth::RequireAuthToken
- Lucky::EnforceUnderscoredRoute
Direct Known Subclasses
- Api::Me::Show
- Api::SignIns::Create
- Api::SignUps::Create
- Api::Tasks::CheckTask
- Api::Tasks::CreateTask
Defined in:
actions/api_action.crConstant Summary
- 
        AFTER_PIPES = [] of Symbol
- 
        Include modules and add methods that are for all API requests 
- 
        BEFORE_PIPES = [verify_accepted_format, require_auth_token] of Symbol
- 
        Include modules and add methods that are for all API requests 
- 
        EXPOSURES = [] of Symbol
- 
        Include modules and add methods that are for all API requests 
- 
        PARAM_DECLARATIONS = [] of Crystal::Macros::TypeDeclaration
- 
        Include modules and add methods that are for all API requests 
- 
        ROUTE_SETTINGS = {prefix: ""}
- 
        Include modules and add methods that are for all API requests 
- 
        SKIPPED_PIPES = [] of Symbol
- 
        Include modules and add methods that are for all API requests