module Wakdata::RestAPI::V1::Routes

Defined in:

wakdata/rest-api/v1/routes.cr
wakdata/rest-api/v1/routes/by_arg.cr

Macro Summary

Macro Detail

macro define_route_for_data_in_specific_location_with_id_in_def(all_data_name, single_data_name, constant_name, struct_name) #

[View source]
macro define_route_for_data_with_id_in_data(all_data_name, single_data_name, constant_name, struct_name) #

[View source]
macro define_route_for_data_with_id_in_def(all_data_name, single_data_name, constant_name, struct_name) #

[View source]
macro define_route_for_data_with_id_in_specific_location(all_data_name, single_data_name, constant_name, struct_name, id_location) #

[View source]
macro define_route_for_data_without_id(all_data_name, single_data_name, constant_name, struct_name) #

[View source]