class Api::LeitnerBoxes::Decks::Cards::Update
- Api::LeitnerBoxes::Decks::Cards::Update
- ApiAction
- Lucky::Action
- Reference
- Object
Defined in:
actions/api/leitner_boxes/decks/cards/update.crConstant Summary
-
AFTER_PIPES =
[] of Symbol
-
BEFORE_PIPES =
[verify_accepted_format, require_auth_token] of Symbol
-
EXPOSURES =
[] of Symbol
-
PARAM_DECLARATIONS =
[] of Crystal::Macros::TypeDeclaration
-
ROUTE_SETTINGS =
{prefix: ""}
-
SKIPPED_PIPES =
[] of Symbol
Class Method Summary
- .path(*args, **named_args) : String
- .path_without_query_params(leitner_box_id, deck_id, card_id) : String
- .route(leitner_box_id, deck_id, card_id, anchor : String | Nil = nil) : Lucky::RouteHelper
- .url(*args, **named_args) : String
- .url_without_query_params(leitner_box_id, deck_id, card_id) : String
- .with(leitner_box_id, deck_id, card_id, anchor : String | Nil = nil) : Lucky::RouteHelper
Instance Method Summary
Class methods inherited from class ApiAction
_accepted_formats
_accepted_formats
Instance methods inherited from module Api::Auth::Helpers
current_user? : User | Nil
current_user?,
current_user__tuple_cached? : Tuple(User | Nil)
current_user__tuple_cached?,
current_user__uncached? : User | Nil
current_user__uncached?
Class Method Detail
def self.route(leitner_box_id, deck_id, card_id, anchor : String | Nil = nil) : Lucky::RouteHelper
#