Module: BoxxLoki
- Defined in:
- lib/boxx_loki/version.rb,
lib/boxx_loki.rb,
lib/boxx_loki/api_error.rb,
lib/boxx_loki/api_client.rb,
lib/boxx_loki/configuration.rb,
lib/boxx_loki/api/recommendation_api.rb,
lib/boxx_loki/models/inline_response_200.rb,
lib/boxx_loki/models/inline_response_400.rb,
lib/boxx_loki/models/recommendation_request_data.rb,
lib/boxx_loki/models/recommendation_request_data_query.rb
Overview
#Recommendation API 2
#No description provided (generated by Swagger Codegen github.com/swagger-api/swagger-codegen)
OpenAPI spec version: 1.5.0
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 2.3.1
Defined Under Namespace
Classes: ApiClient, ApiError, Configuration, InlineResponse200, InlineResponse400, RecommendationApi, RecommendationRequestData, RecommendationRequestDataQuery
Constant Summary collapse
- VERSION =
"1.5.0"
Class Method Summary collapse
-
.configure ⇒ Object
Customize default settings for the SDK using block.
Class Method Details
.configure ⇒ Object
Customize default settings for the SDK using block.
BoxxLoki.configure do |config|
config.username = "xxx"
config.password = "xxx"
end
If no block given, return the default Configuration object.
36 37 38 39 40 41 42 |
# File 'lib/boxx_loki.rb', line 36 def configure if block_given? yield(Configuration.default) else Configuration.default end end |