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::LeitnerBoxes::Cards::Create
- Api::LeitnerBoxes::Cards::Show
- Api::LeitnerBoxes::CardsToStudy
- Api::LeitnerBoxes::Create
- Api::LeitnerBoxes::CreateDefault
- Api::LeitnerBoxes::Decks::Cards::Create
- Api::LeitnerBoxes::Decks::Cards::Delete
- Api::LeitnerBoxes::Decks::Cards::Reviewed
- Api::LeitnerBoxes::Decks::Cards::Show
- Api::LeitnerBoxes::Decks::Cards::Update
- Api::LeitnerBoxes::Decks::Create
- Api::LeitnerBoxes::Decks::Delete
- Api::LeitnerBoxes::Decks::Show
- Api::LeitnerBoxes::Decks::Update
- Api::LeitnerBoxes::Delete
- Api::LeitnerBoxes::Show
- Api::LeitnerBoxes::Update
- Api::Me::Show
- Api::SignIns::Create
- Api::SignUps::Create
- Home::Index
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