Sha256: 24f2bff107b0d173b7ab49f9eaee217ef9fc9cf4ac22f2efd16784ed4c53ae23

Contents?: true

Size: 435 Bytes

Versions: 27

Compression:

Stored size: 435 Bytes

Contents

require 'active_support/concern'

module Grape
  module DSL
    module API
      extend ActiveSupport::Concern

      include Grape::Middleware::Auth::DSL

      include Grape::DSL::Validations
      include Grape::DSL::Callbacks
      include Grape::DSL::Configuration
      include Grape::DSL::Helpers
      include Grape::DSL::Middleware
      include Grape::DSL::RequestResponse
      include Grape::DSL::Routing
    end
  end
end

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
grape-0.15.0 lib/grape/dsl/api.rb
grape-0.14.0 lib/grape/dsl/api.rb
grape-0.13.0 lib/grape/dsl/api.rb
grape-0.12.0 lib/grape/dsl/api.rb
grape-0.11.0 lib/grape/dsl/api.rb
grape-0.10.1 lib/grape/dsl/api.rb
grape-0.10.0 lib/grape/dsl/api.rb