Top Level Namespace

Defined Under Namespace

Modules: Grape, GrapeSwagger

Constant Summary collapse

SwaggerRouting =

Temporary compatibility aliases for downstream code that still references the pre-namespace constants directly.

GrapeSwagger::SwaggerRouting
SwaggerDocumentationAdder =
GrapeSwagger::SwaggerDocumentationAdder
GrapeInstance =
if defined? Grape::API::Instance
  Grape::API::Instance
else
  Grape::API
end