module Wakdata::RestAPI::V1::CurrentSwagger

Defined in:

wakdata/rest-api/v1/swagger.cr

Constant Summary

SWAGGER_actions_ACTION = Array(Swagger::Action).new
SWAGGER_blueprints_ACTION = Array(Swagger::Action).new
SWAGGER_BUILDER = Swagger::Builder.new(title: "Wakdata REST API", version: Wakdata::RestAPI::V1::VERSION)
SWAGGER_collectibleResources_ACTION = Array(Swagger::Action).new
SWAGGER_equipmentItemTypes_ACTION = Array(Swagger::Action).new
SWAGGER_harvestLoots_ACTION = Array(Swagger::Action).new
SWAGGER_itemProperties_ACTION = Array(Swagger::Action).new
SWAGGER_items_ACTION = Array(Swagger::Action).new
SWAGGER_itemTypes_ACTION = Array(Swagger::Action).new
SWAGGER_jobItems_ACTION = Array(Swagger::Action).new
SWAGGER_recipeCategories_ACTION = Array(Swagger::Action).new
SWAGGER_recipeIngredients_ACTION = Array(Swagger::Action).new
SWAGGER_recipeResults_ACTION = Array(Swagger::Action).new
SWAGGER_recipes_ACTION = Array(Swagger::Action).new
SWAGGER_resources_ACTION = Array(Swagger::Action).new
SWAGGER_resourceTypes_ACTION = Array(Swagger::Action).new
SWAGGER_states_ACTION = Array(Swagger::Action).new
SWAGGER_VERSIONS_ACTION = Array(Swagger::Action).new

Macro Summary

Macro Detail

macro add_swagger_controller_for(all_data_name, controller_name, controller_desc) #

[View source]
macro define_swagger_actions_constant_for(all_data_name) #

[View source]