module Wakdata::RestAPI::V1::Routes
Defined in:
wakdata/rest-api/v1/routes.crwakdata/rest-api/v1/routes/by_arg.cr
Macro Summary
- define_route_for_data_in_specific_location_with_id_in_def(all_data_name, single_data_name, constant_name, struct_name)
- define_route_for_data_with_id_in_data(all_data_name, single_data_name, constant_name, struct_name)
- define_route_for_data_with_id_in_def(all_data_name, single_data_name, constant_name, struct_name)
- define_route_for_data_with_id_in_specific_location(all_data_name, single_data_name, constant_name, struct_name, id_location)
- define_route_for_data_without_id(all_data_name, single_data_name, constant_name, struct_name)
Macro Detail
macro define_route_for_data_in_specific_location_with_id_in_def(all_data_name, single_data_name, constant_name, struct_name)
#
macro define_route_for_data_with_id_in_data(all_data_name, single_data_name, constant_name, struct_name)
#
macro define_route_for_data_with_id_in_def(all_data_name, single_data_name, constant_name, struct_name)
#
macro define_route_for_data_with_id_in_specific_location(all_data_name, single_data_name, constant_name, struct_name, id_location)
#
macro define_route_for_data_without_id(all_data_name, single_data_name, constant_name, struct_name)
#