Module: ParallelBatchApi
- Extended by:
- Configuration
- Defined in:
- lib/parallel_batch_api.rb,
lib/parallel_batch_api/builder.rb,
lib/parallel_batch_api/version.rb,
lib/parallel_batch_api/response.rb,
lib/parallel_batch_api/processor.rb,
lib/parallel_batch_api/middleware.rb,
lib/parallel_batch_api/configuration.rb,
lib/parallel_batch_api/error_response.rb,
lib/parallel_batch_api/rack_processor.rb
Defined Under Namespace
Modules: Builder, Configuration, Processor Classes: ErrorResponse, Middleware, RackProcessor, Response
Constant Summary collapse
- VERSION =
"0.1.0"- HTTP_METHOD_GET =
'GET'.freeze
- HTTP_METHOD_POST =
'POST'.freeze
- DEFAULT_BATCH_PATH =
'/api/batch'.freeze
Constants included from Configuration
Class Method Summary collapse
Methods included from Configuration
Class Method Details
.batch_path ⇒ Object
45 46 47 |
# File 'lib/parallel_batch_api/middleware.rb', line 45 def self.batch_path super || DEFAULT_BATCH_PATH end |