abstract class ApiAction
- ApiAction
- Lucky::Action
- Reference
- Object
Overview
Include modules and add methods that are for all API requests
Included Modules
- Api::Auth::Auth0Helpers
- Api::Auth::RequireAuth0Token
- Api::Custom::Bulk
- Api::Custom::FilterMacros
- Api::Custom::ManyToMany
- Lucky::Paginator::BackendHelpers
- Lucky::SkipRouteStyleCheck
Direct Known Subclasses
- Api::CollectionSettings::BulkUpdate
- Api::CollectionSettings::Create
- Api::CollectionSettings::Delete
- Api::CollectionSettings::Index
- Api::CollectionSettings::Show
- Api::CollectionSettings::Update
- Api::CollectPoints::BulkUpdate
- Api::CollectPoints::Create
- Api::CollectPoints::Delete
- Api::CollectPoints::Index
- Api::CollectPoints::Show
- Api::CollectPoints::Update
- Api::CustomTaxa::BulkUpdate
- Api::CustomTaxa::Create
- Api::CustomTaxa::Delete
- Api::CustomTaxa::Index
- Api::CustomTaxa::Show
- Api::CustomTaxa::Update
- Api::DefaultTaxa::Index
- Api::DefaultTaxa::Show
- Api::Specimens::BulkUpdate
- Api::Specimens::Create
- Api::Specimens::Delete
- Api::Specimens::Index
- Api::Specimens::Show
- Api::Specimens::Update
- Api::Tours::BulkUpdate
- Api::Tours::Create
- Api::Tours::Delete
- Api::Tours::Index
- Api::Tours::Show
- Api::Tours::Update
- 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