Sha256: da79339413046e0e1105e48a7e3a230424dfd2834838853738b4a29d013923ab

Contents?: true

Size: 432 Bytes

Versions: 9

Compression:

Stored size: 432 Bytes

Contents

# frozen_string_literal: true

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

9 entries across 9 versions & 1 rubygems

Version Path
grape-2.2.0 lib/grape/dsl/api.rb
grape-2.1.3 lib/grape/dsl/api.rb
grape-2.1.2 lib/grape/dsl/api.rb
grape-2.1.1 lib/grape/dsl/api.rb
grape-2.1.0 lib/grape/dsl/api.rb
grape-2.0.0 lib/grape/dsl/api.rb
grape-1.8.0 lib/grape/dsl/api.rb
grape-1.7.1 lib/grape/dsl/api.rb
grape-1.7.0 lib/grape/dsl/api.rb