module ApproveAPISwagger
#ApproveAPISwagger
#The simple API to request a user's approval on anything via email + sms.
OpenAPI spec version: 1.0.0 Contact: dev@approveapi.com Generated by: openapi-generator.tech OpenAPI Generator version: 4.0.0-SNAPSHOT
#ApproveAPISwagger
#The simple API to request a user's approval on anything via email + sms.
OpenAPI spec version: 1.0.0 Contact: dev@approveapi.com Generated by: openapi-generator.tech OpenAPI Generator version: 4.0.0-SNAPSHOT
Constants
- VERSION
Public Class Methods
configure() { |default| ... }
click to toggle source
Customize default settings for the SDK using block.
ApproveAPISwagger.configure do |config| config.username = "xxx" config.password = "xxx" end
If no block given, return the default Configuration
object.
# File lib/approveapi_swagger.rb, line 39 def configure if block_given? yield(Configuration.default) else Configuration.default end end