module Grape::Extensions::ThrottleExtension
Public Instance Methods
throttle(options={})
click to toggle source
# File lib/grape/extensions/throttle_extension.rb, line 5 def throttle(options={}) route_setting :throttle, options options end