class Api::V1::Referrals::Create
- Api::V1::Referrals::Create
- ApiAction
- Lucky::Action
- Reference
- Object
Defined in:
actions/api/v1/referrals/create.crConstant Summary
-
AFTER_PIPES =
[] of Symbol
-
BEFORE_PIPES =
[verify_accepted_format, check_api_key] of Symbol
-
EXPOSURES =
[] of Symbol
-
PARAM_DECLARATIONS =
[referrer : String, order : String] of Crystal::Macros::TypeDeclaration
-
ROUTE_SETTINGS =
{prefix: ""}
-
SKIPPED_PIPES =
[] of Symbol
Class Method Summary
- .path(*args, **named_args) : String
- .path_without_query_params
- .route(referrer : String, order : String, anchor : String | Nil = nil) : Lucky::RouteHelper
- .url(*args, **named_args) : String
- .url_without_query_params
- .with(referrer : String, order : String, anchor : String | Nil = nil) : Lucky::RouteHelper
Instance Method Summary
Class methods inherited from class ApiAction
_accepted_formats
_accepted_formats
Class Method Detail
def self.route(referrer : String, order : String, anchor : String | Nil = nil) : Lucky::RouteHelper
#
def self.with(referrer : String, order : String, anchor : String | Nil = nil) : Lucky::RouteHelper
#