module AmzSpApi::ServicesApiModel
#Selling Partner API for Services
#With the Services API, you can build applications that help service providers get and modify their service orders.
OpenAPI spec version: v1
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.24
#Selling Partner API for Services
#With the Services API, you can build applications that help service providers get and modify their service orders.
OpenAPI spec version: v1
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.24
#Selling Partner API for Services
#With the Services API, you can build applications that help service providers get and modify their service orders.
OpenAPI spec version: v1
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.24
#Selling Partner API for Services
#With the Services API, you can build applications that help service providers get and modify their service orders.
OpenAPI spec version: v1
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.24
Constants
- VERSION
Public Class Methods
Customize default settings for the SDK using block.
AmzSpApi::ServicesApiModel.configure do |config| config.username = "xxx" config.password = "xxx" end
If no block given, return the default Configuration
object.
# File lib/services-api-model.rb, line 62 def configure if block_given? yield(Configuration.default) else Configuration.default end end